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.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 What’s the differentiate between SQL, Pl/SQL and M

Author  Topic 

Koka
Starting Member

2 Posts

Posted - 2009-12-05 : 12:31:36
What’s the differentiate between SQL, Pl/SQL and MYSQL

I 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

Posted - 2009-12-05 : 19:01:26
SQL is a generic term that stands for structured query language. SQL Server is the enterprise database management system (dbms) that Microsoft has. PL/SQL is the SQL language used by Oracle's dbms. MySql is another dbms.

SQLTeam.com specializes in Microsoft SQL Server.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

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 server

T-SQl:Transact-SQL is microsoft SQL server

As tara told this SQLTEAM.com specializes in Microsoft SQL server.
Go to Top of Page

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 RDBMSs

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -