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
What are the attributes of cursor?
Describe an oracle table?
What is the data type of dual table?
What is a database schema in oracle?
How can windows applications connect to oracle servers?
How to insert a record into a table?
Can we create database in oracle using command line ?
what is the difference between restoring and recovering?
What is transaction control statement and how many types of transaction control statement in Oracle?
What is key preserved table?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
What is a snapshot log?
What is Trigger in Oracle?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
How to sort the query output in oracle?