What happens to the current transaction if the session is ended?
No Answer is Posted For this Question
Be the First to Post Answer
How to insert a new row into a table in oracle?
can anyone help me ? an index has been done on the primary key of a table. an update operation was performed on that table. now my question is 1> what abt the performance ? means faster or slower due to indexing ? 2> does the operation affect to the primary key constraint ?
what are steps for interface? where is exchange rate defined in which table?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
12 RULES OF RDBMS
How to create tables for odbc connection testing?
What is the difference between a user and a schema in oracle?
What is an oracle tablespace?
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.
what is null value?
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10