Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Koka
Starting Member
2 Posts |
Posted - 2009-12-05 : 12:31:36
|
What’s the differentiate between SQL, Pl/SQL and MYSQLI am very new to SQL please help me. I will very appreciate for your detailed answers. Thank you so much in advance |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
gangadhara.ms
Aged Yak Warrior
549 Posts |
Posted - 2009-12-08 : 08:14:18
|
SQL:> Is the general terms programming language Called "Structured Query language" applicable for all the RDBMS like MS SQL,Oracle,DB2 etc.PL/SQL (Procedural Language/Structured Query Language) is Oracle Corporation's procedural extension language for SQL and the Oracle relational database. MYSQL:Open source database similar Microsoft SQL serverT-SQl:Transact-SQL is microsoft SQL server As tara told this SQLTEAM.com specializes in Microsoft SQL server. |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-12-08 : 08:25:27
|
Apart from what were suggested, the syntax for the queries, function, etc are slightly different for each RDBMSsMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|