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 a tinyint in mysql?
What mysql means?
Why phpmyadmin is used for mysql?
Why do gaps in sequences occur?
What is user in mysql?
What is datatype in mysql?
What do you mean by % and _ in the LIKE statement?
What is the default password for mysql?
What is delimiter in mysql trigger?
What is the latest version of mysql?
How do I edit a stored procedure in mysql?
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
How to drop an existing table in mysql?
Write command to import an mysql file?
What is delimiter in mysql stored procedure?