what is the difrence between sql and pl/sql
Answer Posted / m.balarami reddy
SQL is the strutctured query language but pl/sql is the
procedural language sql.difference is in pl/sql we can work
with data in the form by writing program which has
predefined structure. but sql does not have.
| Is This Answer Correct ? | 31 Yes | 0 No |
Post New Answer View All Answers
How to get last inserted id after insert data from a table in mysql?
What do I do if I forgot my mysql root password?
What is the default port of mysql server?
What is the default port for MySQL Server?
What is a longblob?
suppose data is copie to oracle to sql by using DTS. Actully it taken 2 hours. suppose some day distribute the server in the middle of 2 hours. after how can i get the data ?
What is mysql and mysqli?
What are the common mysql functions?
How we get sum of column.
Does mysql use sql?
Can mysql scale horizontally?
What is mysql protocol?
how to Return total number of rows.
How would you enter characters as hex numbers?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.