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
How can we make an if statement within a select statement?
What is a mutating table and a constraining table?
Is pl sql still used?
What is the difference between distinct and unique in sql?
How do I pipe the output of one isql to another?
What is the use of stored procedures?
What is left join in sql?
How to take user input in pl sql?
What is a sql select statement?
Is natural join and inner join same?
Define the select into statement.
Why stored procedure is better than query?
What are all the different types of indexes?
How many types of triggers exist in pl/sql?
What do we need to check in database testing?