If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > New Members & Introductions > DDL and DML structure and syntax

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-26-10, 23:22
DBcamp DBcamp is offline
Registered User
 
Join Date: May 2010
Posts: 3
Talking DDL and DML structure and syntax

Hello DBs,

I have a huge favor to ask of you. What books, websites are good to learn SQL DDL and DML structure and syntax? Not sure where to begin? Is DDL and DML specific to a certain platform like Oracle, etc? I am lost.
Reply With Quote
  #2 (permalink)  
Old 05-26-10, 23:51
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
Quote:
Originally Posted by DBcamp View Post
Is DDL and DML specific to a certain platform like Oracle, etc?
no, it is common to all database systems that use SQL

DDL is Data Definition Language, and it is that part of SQL which defines the database components, using statements like CREATE, ALTER, and DROP

DML is Data Manipulation Language, and it is that part of SQL which changes the data inside the database components, using statements like INSERT, UPDATE, DELETE, and SELECT
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 05-27-10, 00:01
DBcamp DBcamp is offline
Registered User
 
Join Date: May 2010
Posts: 3
Thank you r937! Is there one book/site you can mention that would further explain how to use these languages? Your answer would be HUGELY appropriated! Does your book teach about these languages?
Reply With Quote
  #4 (permalink)  
Old 05-27-10, 00:11
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
Quote:
Originally Posted by DBcamp View Post
Does your book teach about these languages?
yes

you can read the chapter on DDL/DML for free here -- Simply SQL - SitePoint Books
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #5 (permalink)  
Old 05-27-10, 11:27
DBcamp DBcamp is offline
Registered User
 
Join Date: May 2010
Posts: 3
I ordered your book! Thank you!
Reply With Quote
  #6 (permalink)  
Old 05-27-10, 11:36
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
you're welcome, and thank you
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Tags
dll, dml

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On