-
Index Work
How does index work? How to check whether Index is pickup?
-
-
-
Schedule email in oracle
How to schedule an email in oracle reports?
Rectify Deadlock
If a deadlock has occured and if you have given with the dump, how will you identify that where the deadlock has occured, how the deadlock occured and how to rectify the same.
Force View
What is Force View. Why Oracle Give Facility to create force view? What is the use of force View
Debug Procedure
How to debug a procedure in SQL Prompt
Deleting Duplicate Keys
How to delete duplicate Keys through PL-SQL in single query.
How to identify missing records in a single-column table?
How to identify missing records in a single-column table ?Column consists of numbers in a ordered manner but the some numbers are deleted from the table in random manner and need to identify those rows.p.s. This table consist of only 1 row.
How to get max value from different columns of a table ?
Suppose Input table is COL1 COL2 COL 3A 1 -3B -2 6c 3 -4D 9 10In sql query I want the desired output as follows COL1 COL nA 1B 6C 3D 10Please write the query to get this output
Ans