Compare SQL and PL/SQL.

Answers were Sorted based on User's Feedback



Compare SQL and PL/SQL...

Answer / nashiinformaticssolutions

SQL is a domain-specific language to manage and manipulate relational databases. It primarily deals with querying, inserting, updating, and deleting data in a database. On the other hand, PL/SQL is a procedural language that extends SQL by adding programming constructs like variables, loops, and exception handling. PL/SQL is used for writing stored procedures, functions, and triggers, allowing for more complex and reusable database logic.

Is This Answer Correct ?    0 Yes 0 No

Compare SQL and PL/SQL...

Answer / glibwaresoftsolutions

SQL is a domain-specific language to manage and manipulate relational databases. It primarily deals with querying, inserting, updating, and deleting data in a database. On the other hand, PL/SQL is a procedural language that extends SQL by adding programming constructs like variables, loops, and exception handling. PL/SQL is used for writing stored procedures, functions, and triggers, allowing for more complex and reusable database logic.

Is This Answer Correct ?    0 Yes 0 No

Compare SQL and PL/SQL...

Answer / hr@tgksolutions.com

SQL is a domain-specific language to manage and manipulate relational databases. It primarily deals with querying, inserting, updating, and deleting data in a database. On the other hand, PL/SQL is a procedural language that extends SQL by adding programming constructs like variables, loops, and exception handling. PL/SQL is used for writing stored procedures, functions, and triggers, allowing for more complex and reusable database logic.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is pivot query?

0 Answers  


Does mysql support pl sql?

0 Answers  


How will we see framework of a table?

2 Answers   Accenture,


What does plv msg allows you to do?

0 Answers  


What is union and union all keyword in sql and what are their differences?

0 Answers  


what is global variable in package

3 Answers   Polaris,


What are all the ddl commands?

0 Answers  


what are different types of collation sensitivity? : Sql dba

0 Answers  


How many joins can you have in sql?

0 Answers  


Name some usages of database trigger?

0 Answers  


What is file based approach?

0 Answers  


Is pl sql different from sql?

0 Answers  


Categories