How to name query output columns in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
20. Using a set operator, display the client number of all clients who have never placed an order.
What is trigger associated with the timer ?
how to use sequence and what use of sequence cache
when loggined as SYSTEM,how to display all the users of database using sql query?
What is oracle join syntax?
What is STATSPACK tool?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
It's Urgent? How to IMPORT .xls & .txt file into ORACLE?
What is a table index?
what are steps for interface? where is exchange rate defined in which table?
Where do we use decode and case statements?