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
What is the use of mysql workbench?
How large can a mysql database become?
How you will show all data from a table.
How to create and drop view in mysql?
How to dump a table to a file with 'mysqldump'?
How many sql dml commands are supported by 'mysql'?
How to define numeric 9(3) in db2 table without decimal point??
How do I view mysql logs?
What is the date format in mysql?
How do I edit a trigger in mysql?
Create table employee (eno int(2),ename varchar(10)) ?
What is mysqli_free_result?
Can mongodb replace mysql?
Does mysql support nosql?
What is a string in mysql?