3. Display all the client numbers in the ORDER table. Remove
duplicates.
Answer / aswini
select distinct client_number from <table_name>;
| Is This Answer Correct ? | 4 Yes | 0 No |
Difference between hot backup vs. Cold backup?
how to insert the image in table
What is a Redo Log ?
Can we create trigger on materialized view in oracle?
What is a Public Synonyms ?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
What is the minimum client footprint required to connect c# to an oracle database?
Is the After report trigger fired if the report execution fails ?
How to start your 10g xe server?
Explain the use of Merge statement in oracle 11g
A USER HAVING CREATE SESSION PREVILAGE CAN ALTER PASSWORD/CHANGE PASSWORD?
After using set unused can we enable the column again to use? Please give me some answers....