Answer Posted / anjali
Sql is a standalone set of commands. Pl sql is procedural extension to sql where we embed sql statements inside pl sql block so that we can achieve re-usability of code .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does over partition by mean in sql?
What is a sql select statement?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
Why having clause is used in sql?
What are aggregate functions in sql?
how many ways we can we find the current date using mysql? : Sql dba
What is sql scripting?
What is scalar data type in pl sql?
How do I add a primary key to a table?
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
how do you login to mysql using unix shell? : Sql dba
What is the difference between clustered and non-clustered index in sql?
what are the limitations of identity column? : Transact sql
How do you take the union of two tables in sql?
How do I run a sql query in pgadmin 4?