How will you select unique values from a list of records?
Answer Posted / prasi
select distinct(names) from employees;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we use join in subquery?
How do you know if a relationship is 2nf?
Explain architecture of sql server notification services?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
What is mutating sql table?
What is difference between mysql and postgresql?
What is the reports view in oracle sql developer?
What is serial sql?
How many types of relationship are there?
How do I truncate a word?
Why is a trigger used?
What is trigger in flip flop?
what is the stuff function and how does it differ from the replace function? : Sql dba
Mention what pl/sql package consists of?
Can a varchar be a primary key?