what is the difrence between sql and pl/sql

Answer Posted / tushar matere

SQL is a structured query language.
Actually SQL is a set of rules defined by mr.Codd.
Any database like oracle,derby or sybase has to follow
these rules.We can say that database following maximum
codd's rule(there are 12 rules) is better than other like
oracle follows 11 rule so it is better than other.

there are different categories in SQL
MySql-->supports triggers and cursors
Pl/Sql-->supports procedures.
Tl/Sql-->supports transactions.
MSSql-->it is microsoft version of SQL.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a tinyint in mysql?

491


Is mysql written in c?

488


What is the difference between database and table?

574


How do I find the database name in mysql?

515


How to use like conditions?

548






How do I rename a procedure?

477


what is the difference between between and in operators in mysql?

502


How to execute mysql query in php?

482


How to returns the columns and column information pertaining to the designated table.

571


What is pdo :: fetch_assoc?

497


How can you export the table as an xml file in mysql?

504


What is the default port for MySQL Server?

576


What is the maximum size of mysql database?

488


How can you retrieve a particular number of records from a table?

501


What are mysql queries?

484