How will you select unique values from a list of records?
Answer Posted / rakesh
select distinct * from emp;
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the two parts of design view?
Why is pl sql used?
How does pl sql work?
how can we optimize or increase the speed of a mysql select query? : Sql dba
Explain constraints in sql?
Explain commit, rollback and savepoint.
What is foreign key sql?
write an sql query to find names of employee start with 'a'? : Sql dba
what are the non-standard sql commands supported by 'mysql'? : Sql dba
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
Does mysql_real_escape_string prevent sql injection?
What is java sql driver?
Is oracle sql free?
What is a database? Explain
What is normalization in sql?