adspace
Answer Posted / Akshay Kumar
SQL (Structured Query Language) is a standard language for managing and manipulating databases, while PL/SQL (Procedural Language SQL) is a procedural extension of SQL provided by Oracle Corporation to embed SQL commands within PL/SQL blocks. PL/SQL allows the creation of stored procedures, functions, triggers, packages, and other program units that can be used to encapsulate logic and improve database performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to start mysql server? : Sql dba
what is bcp? When does it used? : Sql dba
what are all the common sql function? : Sql dba
what is collation? : Sql dba
Do we need to rebuild index after truncate?
what is dbms? : Sql dba
What is the best sql course?
What is your daily office routine?
If a cursor is open, how can we find in a pl/sql block?
Is primary key clustered index?
Can we use distinct and group by together?
what are the advantages of sql ? : Sql dba
Is primary key always clustered index?
how to escape special characters in sql statements? : Sql dba
what are aggregate and scalar functions? : Sql dba