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
What is the difference between having clause and where clause?
what does the t-sql command ident_current does? : Transact sql
What are the differences between in and exists clause?
In what condition is it good to disable a trigger?
What are different sql data types?
What is a constraint? Tell me about its various levels.
What are triggers and its types?
What is sqlca in powerbuilder?
How do I run a sql trace?
Is pl sql different from sql?
How do I delete a trigger?
What is fmtonly in sql?
Which table is left in join?
How does sql developer connect to oracle database?
What are all ddl commands?