Explain table?
No Answer is Posted For this Question
Be the First to Post Answer
How to view existing locks on the database?
Can we insert data in view oracle?
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 cascading triggers.
What is Data Block ?
Explain user account with reference to oracle.
when loggined as SYSTEM,how to display all the users of database using sql query?
How to create an oracle database?
Is there any function in oracle similar like group_concat of mysql?
4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>
Preparing for Oracle PL/SQL Interviews – Need Help with Common Questions
In oracle there is column command, how will you explain that?