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 > Database Server Software > MySQL > Creating DDL files

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-20-08, 06:33
cesarcesar cesarcesar is offline
Registered User
 
Join Date: Mar 2008
Posts: 55
Creating DDL files

thanks for ready and thanks for the suggestions.

I have been using MySQL for a few years. My current project requires me to use MS SQL. I'm looking for a few pointer web links to learn about the differences in MySQL to SQL. I will also be using PHP so any PHP/SQL links are appreciated.

My client requires me to give them a DDL file for their SQL Server team to integrate. Is a DDL the same as a .sql file? How can i create a DDL?

Is there a way to make a SQL DDL have permission for create/edit/remove tables and that's about it?

thanks
Reply With Quote
  #2 (permalink)  
Old 10-20-08, 06:43
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
Do you mean differences between MySQL and SQL or MySQL and MS SQL server
SQL is the ANSI standard, MySQL & SQL server are implementations of SQL.

http://www.google.co.uk/search?sourc...e+Search&meta=

DDL (data defintion language) is a subset of SQL, most people when referring to SQL actually mean DML (data manipulation language) both are subsets of SQL itself, or comprise SQL

both generate valid SQL, except DML is manipulating data in tables (eg select, insert, delete), whereas DDL is manipulating the table structure (eg create, drop, alter)
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 10-20-08, 06:47
cesarcesar cesarcesar is offline
Registered User
 
Join Date: Mar 2008
Posts: 55
thanks @healdem

I have been reading up at http://www.tomjewett.com/dbdesign/db...age=ddldml.php. Im finding good info similar to yours.

More comments welcome.
Reply With Quote
Reply

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