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
What is a user defined variable?
Does mysql need a server?
What is a trigger in mysql?
What is acid in mysql?
What is a session in mysql?
What is mysql and why it is used?
What does innodb stand for?
What does tinyint mean?
How can you add and remove any column of a table?
Can varchar be primary key?
How can you retrieve a particular number of records from a table?
What are procedures in mysql? Explain
What are the method you will follow while sql installing
What is mysql primary key?
How can you make a database as your current database?