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
How to declare variable in mysql trigger?
What data type is money?
What is procedure in mysql?
How do I run mysql?
Is mysql query case sensitive?
What is latest version of mysql?
How many columns can be used for creating Index?
What is pdo in mysql?
Explain timestamp?
Which is better mysql or microsoft sql?
What is difference mysql and mysqli?
What are the different types of triggers in mysql?
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
How many tables we can create in mysql database?
What is mysql_connect?