Saturday, February 27

What is the diffrence between SQL and Pl Sql

We can get modify, Retrieve by single command or statement in SQL but 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 is structured query language ,various queries are used to handle the database in a simplified manner. while pl/sql is procedural language contains various types of variable,functions and procedures and other major diffrence is Sql as the name suggest it is just
structured query language wheareas PLSQL is a commbination of Programming language & SQL.

No comments: