Why do you use stored procedures and state some of its disadvantages?
No Answer is Posted For this Question
Be the First to Post Answer
From the database level, how can you tell under which time zone a database is operating?
What is a view and how is it different from a table?
what is meant by magic query
How to create a testing table in oracle?
Can a primary key contain more than one columns?
which language is used to develop the oracle........?
Use of an integrity constraint is better to validate data. Explain
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
Explain the use of full option in exp command.
how to retrieve data from different tables ,place this data in different excel worksheets.
How to resolve the ORA-39133 error in Oracle?
Ho to insert no. of records at a time..i mean i want to insert 100 records at a time into a table