How to pass a parameter to a cursor in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
how to get the index id?
What are the different oracle database objects?
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
How remove data files before opening a database?
What is an Integrity Constrains ?
How to call a trigger inside a stored procedure?Give an example.
Whether any commands are used for months calculation? If so, what are they?
Can you use a commit statement within a database trigger?
what is reindexing?
Can you drop an index associated with a unique or primary key constraint?
What is an oracle tablespace?
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>