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 innodb mysql?

685


How do I change directories in mysql?

647


How do you rename a table in mysql?

698


How does select query work?

656


How do I start mysql from command line?

704


How to Change a users password from unix shell.

740


How to run a sql statement?

732


What is row level locking?

670


What is database migration in mysql?

708


Can we rollback truncate in mysql?

718


What is index length in mysql?

664


What are the steps involved in query processing?

633


What is view? How can you create and drop view in mysql?

650


What are the advantages and disadvantages of using mysql?

688


How do I edit a stored procedure in mysql?

656