Answer Posted / prabhakar
sql is the structure query language and plsql is the
programming structure query language which through we
create the program in oracle and all the program excute in
the oracle.
sql simply crate,delete,update the query
plsql programming can also do.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the difference between explicit and implicit cursors in oracle?
How many unique keys can a table have?
How do you copy a table in sql?
how to analyze tables with 'mysqlcheck'? : Sql dba
How do you declare a variable in pl sql?
what is the syntax used for partition in tsql? : Transact sql
Can we perform dml in function?
what are all the different normalizations? : Sql dba
How do I view tables in sql developer?
What are the string functions in sql?
Are dml statements autocommit?
What is sap sql?
explain the difference between delete , truncate and drop commands? : Sql dba
Why we use stored procedure instead of query?
What do you mean by “trigger” in sql?