How will you select unique values from a list of records?
Answer Posted / klkl
correct
select distinct(emp_name) from employees;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is the difference between truncate and delete statement? : Transact sql
What are the basic sql commands?
How do I use google cloud in sql?
what is 'mysqldump'? : Sql dba
Can you sum a count in sql?
What is pls_integer in pl sql?
Is t sql a programming language?
what is acid property in database? : Sql dba
what is sub-query? : Transact sql
What is %rowtype in pl sql?
Name the operator which is used in the query for pattern matching?
Explain how to use transactions efficiently : transact sql
what is heap table? : Sql dba
How is debugging done?
How can a pl sql block be executed?