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

Is mysql free for enterprise?

472


What do you mean by % and _ in the LIKE statement?

523


How to enter binary numbers in sql statements?

491


How important is to list the column names when doing an insert?

571


What are the indexes in mysql?

487






How to use sum function in where clause in mysql?

423


Is mongodb faster than mysql?

484


how to dump all databases for backup. Backup file is sql commands to recreate all db's.

429


Where is mysql used?

498


What is database engine in mysql?

469


How to get data from mysql in php?

417


What's the latest version of mysql?

490


How to use like conditions?

525


Is sql and mysql same?

483


What is database clustering in mysql?

461