What are %type and %rowtype for?
No Answer is Posted For this Question
Be the First to Post Answer
What are sql built in functions?
What does stand for in sql?
Can we relate two different tables from two different users in ORACLE,PL/SQL?
what is External tables? explain with examples
What is delete command in sql?
I need to write a simple query,which one is better select statement or stored procedure?and why?
If records are inserted into table without committing.How to refer to these values in a procedure?
table - new_no old_no 2345 1234 3456 2345 5678 4567 output sud be -new_no 1234 2345 3456 4567 5678
What does the acronym acid stand for in database management?
What is microsoft t sql?
What is Primary Key?
How to convert lowercase letters to uppercase and uppercase letters to lowercase in a string. (ex, AbcdEfG should convert as aBCDeFg)