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 |
What does `(+)` do in a where clause?
Does oracle partitioning improve performance?
How to check the oracle tns settings?
What is use of oracle?
How to bring a tablespace offline?
How to increment dates by 1 in oracle?
Why use resource manager in Oracle?
What is a cursor in oracle?
how can we store any pdf file in oracle
What is the purpose of a cluster?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
T1: T2 A X--- this is updated record B B like this T1 table having no.of records updated. write a query"retrive updated record from T2"