Go Back   CodingForums.com > :: Server side development > MySQL

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-31-2012, 07:42 AM   PM User | #1
sfdigital
New to the CF scene

 
Join Date: Sep 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
sfdigital is an unknown quantity at this point
What is SQl ??

Please give me answer.

Last edited by Spookster; 10-31-2012 at 07:54 AM.. Reason: No sigs allowed in posts
sfdigital is offline   Reply With Quote
Old 10-31-2012, 04:38 PM   PM User | #2
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,556
Thanks: 62
Thanked 4,056 Times in 4,025 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
http://lmgtfy.com/?q=what+is+sql
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote
Old 11-01-2012, 01:38 PM   PM User | #3
crewson548
New Coder

 
Join Date: Oct 2012
Posts: 11
Thanks: 3
Thanked 0 Times in 0 Posts
crewson548 is an unknown quantity at this point
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.
crewson548 is offline   Reply With Quote
Old 11-03-2012, 07:07 AM   PM User | #4
JuliaRoy
New to the CF scene

 
Join Date: Oct 2012
Location: Ahmedabad, Gujarat, India
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
JuliaRoy is an unknown quantity at this point
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
JuliaRoy is offline   Reply With Quote
Old 12-25-2012, 11:25 AM   PM User | #5
annaharris
Regular Coder

 
Join Date: May 2012
Location: USA
Posts: 104
Thanks: 0
Thanked 7 Times in 7 Posts
annaharris can only hope to improve
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.
annaharris is offline   Reply With Quote
Old 12-26-2012, 10:55 PM   PM User | #6
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,556
Thanks: 62
Thanked 4,056 Times in 4,025 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Quote:
Originally Posted by annaharris View Post
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.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:06 PM.


Advertisement
Log in to turn off these ads.