How do we get field details of a table?
No Answer is Posted For this Question
Be the First to Post Answer
In Oracle 9i what does "i" Stands for?
Why do we need oracle client?
what is host string in sql plus? how does it related to database?
What is the difference between view and materialized view in Oracle?
Explain implicit cursor.
Explain overloading. Can functions be overloaded?
what's query optimization and without use of IN AND Exist can we get another way data from query
how to find out second largest value in the table
How to convert characters to dates in oracle?
How to Select second Maximum salary in a Table ?
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
Which environment variables are absolutely critical in order to run the OUI?