What is SQL? SQL stands for Structured Query Language and is the lingua franca in the database world. SQL is a standard that is used by all database vendors and programmers to define, extract and access the information that is stored in databases. SQL began life as an IBM creation but was standardized by the American National Standards Institute (ANSI) and the International Organization for Standardization (ISO) as ANSI/ISO SQL in 1988. Since then ANSI/ISO SQL standard continued to evolve. The ANSI-SQL group has since published three standards over the years:
1. SQL89 (SQL1)
2. SQL92 (SQL2)
3. SQL99 (SQL3)
SQL is a query language. It is English-like and easy to use. However, although there are more than 90 SQL reserved words, most programmers seldom use more than the following handful of commands - SELECT, INSERT, UPDATE, DELETE, FROM, WHERE, HAVING, BETWEEN, LIKE, OR, AND, NOT, IN, ORDER, GROUP and BY.
For example, if you had a database table named "employees" and you wanted to retrieve all records where the employee has the last name "goodman", you would use the following SQL statement:
SELECT * FROM employees WHERE lastname = 'goodman';
There are many different categories of SQL statements but the basic ones which all programmers should be familiar with are the SQL statements that:
1. Create tables and manipulate their definitions
2. Query the table data
3. Manipulate the table data
SQL is predominantly used by 2 types of users - programs and humans (keying in the commands through a database client) - to pass instructions to databases. SQL commands can be keyed into a database client like the MySQL Query Browser or the SQL Server Enterprise Manager and executed to either return a result or modify records in the database. SQL can also be used in conjunction with programming language or scripting language like Microsoft Visual Basic or PHP to communicate with the database.
Although SQL is a world standard, it is unfortunate that most database vendors have come up with different dialects and variations. This is because every database vendor wants to differentiate their database products from the crowd. One good example is Microsoft SQL Server's TRANSACT-SQL. TRANSACT-SQL is a superset of SQL and is designed for use only with Microsoft SQL Server. Although it does make programming much easier for software developers, it is not compliant with other databases like Oracle or MySQL - making TRANSACT-SQL programs non database-portable. As such, although many of these features are powerful and robust, it is good practice to exercise caution and limit your SQL use to be compliant with the ANSI/ISO SQL standards and ODBC-Compliant.
Courtesty of sqlprimer.com. For more information, please contact the Webmaster of SQLPrimer.com - sqlprimer.com
Berwick Chicago charter limousine .. Lockport Chicago limo O’HareIf you're anything like most small business owners, you probably... Read More
This is a growing concern amongst many business owners. Does... Read More
Recently I was reviewing the keyword specific conversion rate data... Read More
Your web site will be your window to the world.... Read More
The internet is a sea of knowledge. Getting your information... Read More
Many of site owners still don't realize all advantages of... Read More
A website is the most versatile and cost-effective marketing tool... Read More
Your content is what gets you in search engines, speaks... Read More
If you are living in a country that its native... Read More
Most interactive websites nowadays would require a user to log... Read More
Spend time planning your Web site. Before you design a... Read More
Web accessibility has so many benefits that I really do... Read More
Fresh website content for your visitors can be of real... Read More
You know exactly what your organisation does and what your... Read More
Through the explosive growth of the Web, companies have realized... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
Affiliate programs are a great way to earn an income... Read More
While most marketers are beginning to understand the critical importance... Read More
Writing for the web is totally different to writing for... Read More
Like wine cars get more attractive to collectors as years... Read More
My life's greatest passion is a safari hobby. And what... Read More
Some left shoes are in isle 5, while the right... Read More
What is web accessibility & why is it important?Web accessibility... Read More
Are you aware that 90% of the websites on the... Read More
Does your website have a links/resources page?Do you exchange reciprocal... Read More
Antioch Chicago limousine service ..Conceptualize, Build and Publish a Web site - What's required... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
In this day and age most businesses consider having their... Read More
How many Web Sites did you stumble over telling you... Read More
Setting up a website is the very first step of... Read More
Succeeding with an eCommerce website is a dream for many... Read More
I can't think of any business alive today that couldn't... Read More
Writing for the web is totally different to writing for... Read More
There's been widespread speculation about the new legislation being introduced... Read More
1) Word of Mouth The single most powerful form of... Read More
After years of working with entrepreneurs who developed their first... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
Directory Generator, a product from Armand Morin and Marc Quarles,... Read More
SiteSpinnerSiteSpinner is a user-friendly web site development tool that includes... Read More
Making a web site is easy. Making a good web... Read More
If you have your own business website and you are... Read More
Starting an internet business can be confusing to non-veterans. The... Read More
1. Upload robots.txt file in to your root directory and... Read More
What to do if you are an artist after you... Read More
Is your website Really useful?I had a 'rep' in yesterday... Read More
See how you can create graphic effects on text with... Read More
Go to any internet marketing forum you want these days... Read More
There are many different traffic analysis tools, ranging from simple... Read More
In my previous life.....Actually, my previous JOB life, I was... Read More
Here's something you may never have thought of before:If I... Read More
Web Development |