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
How do you modify a trigger?
What is a function in oracle pl sql?
What is data types in sql?
Sql technical questions
What are the two types of cursors in pl sql?
Why self join is used in sql?
Is sql low level language?
Can a trigger call a stored procedure?
How do I count rows in sql?
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
what is a primary key? : Sql dba
What is a column in a table?
What is clause in sql?
what are the different tables present in mysql? : Sql dba
How to get list of all tables from a database?