How to establish administrator authentication to the server?
No Answer is Posted For this Question
Be the First to Post Answer
without using count(*) and rownum how can we count total record in a table
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
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 7 2 4 NULL NULL 5 NULL 3 NULL NULL
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
why pl sql doesn't support retrieving multiple records
What is index-organized table in Oracle?
I have a table like this Table Name:Products Productid Price 1 10 1 10 2 20 3 30 3 30 But i want to output like this. productid price 2 20. please replay me.
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
Which is better Oracle or MS SQL? Why?
What is currency type in database ?
What should be the return type for a cursor variable.Can we use a scalar data type as return type?