3. Display all the client numbers in the ORDER table. Remove
duplicates.
Answer Posted / aswini
select distinct client_number from <table_name>;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Describe an oracle table?
Explain the use of show option in imp command.
How to pass parameters to procedures in oracle?
Explain the use of ignore option in imp command.
What is a user account in oracle?
How do you bind variables in oracle?
What are the execution control statements?
Can multiple cursors being opened at the same time?
What is the simplest tool to run commands on oracle servers?
What is the Tune Query
How to define an anonymous procedure with variables?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
How to view the tablespaces in the current database?
How to write a query with an inner join in oracle?
How to join two tables in a single query using oracle?