How will you select unique values from a list of records?
Answer Posted / dinesh kumar
select distinct * from table_name;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you rollback after commit?
Is left join same as join?
What is auto increment feature in sql?
explain commit and rollback in mysql : sql dba
What type of database is cloud sql?
what is the difference between truncate and drop statements? : Sql dba
Which software is used for pl sql programming?
Is join same as left join?
How many rows can sqlite handle?
What is the difference between sql, mysql and sql server?
Is inner join faster than left join?
what is a composite primary key ? : Sql dba
How many sql databases can you have on one server?
what are the differences between char and nchar? : Sql dba
What is materialized view in sql?