what is the difrence between sql and pl/sql
Answer Posted / tonmoy bhattacharya
SQL Enter, Edit, Store & Retrieve by single command or
statement where as PL/SQL process all SQL statements one at
a time. With PL/SQL, an entire block of statements process
in a single command line.
SQL in a strucutred query language; where pl/sql is
procedures,function,variable,method all are present
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I quit mysql?
What is a csv table?
How to make a column bigger and delete unique from table.
What is the current mysql version?
How does triggers work in mysql?
How to create a table?
What command is used to delete the data from the table without deleting the table structure?
How do I change global variables in mysql?
how to take mysql database backup?
Why we use mysqli instead of mysql?
Can we write pl sql mysql?
How can I create database in mysql?
Can we store files in mysql?
What is mysql and why it is used?
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');