what eliminate duplicate without using roenum and not
Answer Posted / gourav
we can use distinct keyword for elaminate duplicat rows
select distinct(salary)from emplpyees
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I access sql anywhere database?
Is there any restriction on the use of union in embedded sql?
what are date and time data types in mysql? : Sql dba
how to see the create table statement of an existing table? : Sql dba
What is file based approach?
what is a stored procedure? : Sql dba
How do you modify a column in sql?
What is flag in sql?
What are the two characteristics of a primary key?
What is pragma in sql?
What is insert command in sql?
Define concurrency control. : Transact sql
How do you know if a relationship is 2nf?
Is postgresql a nosql database?
What is crud sql?