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
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
Explain csv tables.
How do I run a query in mysql?
What is mysql data directory? How to determine the location of the data directory?
why not null is not allowed at table level
What is a trigger? How you can create a trigger in mysql?
In mysql, what is joins? Explain
How to extract a unit value from a date and time?
How to get help information from the server?
How many columns can you create for an index?
How to get nth highest salary from table in a mysql?
Explain the difference between procedure and function in mysql?
What is sql in mysql?
How can you create and drop view in mysql?
How would you get the current date in mysql?