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 pl/sql table? Why it is used?
What is bitemporal narrowing?
Explain locks? : Transact sql
how many sql dml commands are supported by 'mysql'? : Sql dba
What does trigger mean in slang?
who introduced sql?
Explain polymorphism in pl/sql.
Explain constraints in sql?
What is data control language (dcl)?
How many times can we commit in a loop?
Why is normalization important?
Can we use views in stored procedure?
What is mutating sql table?
What is difference between rank () row_number () and dense_rank () in sql?
What is flag in sql?