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
how can we submit a form without a submit button? : Sql dba
What is the starting oracle error number?
What is data modelling in sql?
What are the constraints available in sql?
Is a foreign key always unique?
Does view store data in sql?
What is sql key?
Why use stored procedures?
List the ways to get the count of records in a table?
What is the purpose of a sql?
What is 19 null in sql?
What is mdf ldf and ndf?
how many triggers are allowed in mysql table? : Sql dba
How to assign sql query results to pl sql variables?
Explain the difference between sql and mysql.