What is gpt format?
how can create data base link for tow servers (scott schema) give examples plz
What is null in pl/sql?
What are the different type of joins in sql?
What is a trigger word?
type type_name is table of varchar2(30) index by binary_integer for the above type you have to create a identifier... like identifier_name type_name; for the above type you can use the below methods..like first , last , prior, next , delege..etc...like this.. if you create a cursor...like cursor cursor_name is select * from scott.emp; is there any methods like above to use prior, fist , last , next , trim ,etc...
What are the different types of PL/SQL program units that can be defined and stored in ORACLE database ?
what is sub-query? : Transact sql
What is the use of cursor ? how cursor allocate context area for executing the sql statement?
How to handle bulk data?
what happens if you no create privilege in a database? : Sql dba
Explain ddl statements in pl/sql?
What does := mean in pl sql?