CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   MySQL (http://www.codingforums.com/forumdisplay.php?f=7)
-   -   What is SQl ?? (http://www.codingforums.com/showthread.php?t=280195)

sfdigital 10-31-2012 07:42 AM

What is SQl ??
 
Please give me answer.

Old Pedant 10-31-2012 04:38 PM

http://lmgtfy.com/?q=what+is+sql

crewson548 11-01-2012 01:38 PM

The most advance usage and great to observe that is
SQL Queries can be used to retrieve large amounts of
records from a database quickly and efficiently. Especially for a banking sector these type database are used.

JuliaRoy 11-03-2012 07:07 AM

SQL means Structured Query Language. This language is used to update, deleting and requesting information from databases. It is an ANSI and ISO standard language. SQL database is not static so it can be modified any time .
SQL divide into two classes.
(1) DML means Data Manipulation Language
(2) DDL me and Data Design language

annaharris 12-25-2012 11:25 AM

SQL is a specialized language for updating, deleting, and requesting information from databases. SQL is an ANSI and ISO standard. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database.

Old Pedant 12-26-2012 10:55 PM

Quote:

Originally Posted by annaharris (Post 1302075)
SQL is an ANSI and ISO standard.

Which *NOT ONE* single major relationtal database system follows exactly.

Every one of them has some quirks in what SQL is accepted. Some (notably SQL Server) allow you to change certain aspects to ANSI mode, but by default they aren't ANSI-compliant.


All times are GMT +1. The time now is 03:13 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.