What is data file?
No Answer is Posted For this Question
Be the First to Post Answer
4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>
Can a property clause itself be based on a property clause ?
I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.
Explain the difference between sql and oracle?
What is RULE-based approach to optimization ?
what is candidate key & super key
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
wirte the syntax of update query?
What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?
which institute and which faculty is providing best training for oracle sql, plsql in hyderabad
Why we choose emp number as primarykey?
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