Answer Posted / khan tauseef
SQL is structure Query Language whereas PL/SQL is Procedural
Language Structure Query Language.
SQL does not have Stored Procedures/Stored Functions whereas
PL\SQL has.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Is it possible to include an insert statement on the same table to which the trigger is assigned?
How many types of triggers are there in pl sql?
Are stored procedures compiled?
What is sap sql anywhere?
Show the cursor attributes of pl/sql.
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
Explain unique key in sql.
Why do we use set serveroutput on?
Determine if oracle date is on a weekend?
What is the difference between pl and sql?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What is varchar example?
How to select all records from the table?
How to run sql statements through the web interface?
What are sql procedures?