What will be the syntax to find current date and time in format "yyyy-mm-dd"?
No Answer is Posted For this Question
Be the First to Post Answer
How do I recompile a procedure in 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.
waht is referencial integrity?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
Explain the difference between a procedure and a function? What do you understand by those terms?
How does one get the view definition of fixed views/tables?
Is java required for oracle client?
1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.
What is ordinary table in oracle?
What is the max number of columns in an oracle table?
What is Undo Management Advisor in Oracle?
in account table account type amount ac1 credit 300 ac2 debit 5000 ac3 credit 3000 ac1 debit 4000 ac3 debit 2000 ac2 credit 4000 write a query how to get sum of credit & sum of debit