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 are rollup and cube in t-sql? : Transact sql
Why do we need unique key in a table?
How much does sqlite cost?
What is sqlerrd?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
What is the difference between partition and index?
Could you please provide oca (oracle 10g) dumps for my certification ?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
How many types of index are there?
what are the authentication modes in sql server? How can it be changed? : Sql dba
Can we write dml inside a function in sql server?
What is procedure function?
Can we create foreign key without primary key?
What is not null in sql?
which operator is used in query for pattern matching? : Sql dba