Database Programming
Latest Contributing Articles
|
|
Introduction to SQL: Getting Started
Structured query language (SQL) is used to create databases, and retrieve and manipulate data. It is the standard query language for relational database management system
|
|
|
MYSQL Custom Field Sorting Revisited
At times in MYSQL an unnatural sort is required. This article presents an easy to maintain set of tables where sorting a table in any order can be easily defined.
|
|
|
MYSQL Custom Field Sorting
In MYSQL the sorting of recordset data can be easily setup and maintained with a few custom tables and a little thought.
|
|
|
Transact-SQL Primer: Inner Join
A basic SQL concept that should be mastered is that of "joins." Joins allow for the display of data from different tables to be combined with specific relationships.
|
|
|
SQL Server Transact-SQL Primer
SQL programming is at the heart of today's Web 2.0 applications. Learn the basic 4 commands SELECT, UPDATE, INSERT and DELETE.
|
|
|
Install SQL Server 2005 Express
Ready to start programming SQL Server 2005? Here is a concise walk-through of the steps for obtaining and installing all the necessary software.
|
|
|
Programming MS Access Applications
An industry application written in Access 2007 is presented for inspection to learn how applications can be made more professional, using macros and VBA programming.
|
|