Differences between UNIQUE and DISTINCT in select statements
Answer Posted / chandrakant agrawal
Let us try one using :
select distinct dept_name
from departments;
What this query would return if dept_name column contains
NULL values.
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
What is inner join in sql?
what does the t-sql command ident_current does? : Transact sql
Explain what is dbms?
What type of database is sql?
What is difference between pls_integer and integer?
What is meant by <> in sql?
How to add, remove, modify users using sql?
How many types of index are there?
What trigger means?
How to return multiple rows from the stored procedure?
How can I speed up sql query?
what is the difference between inner and outer join? Explain with example. : Sql dba
how to check myisam tables for errors? : Sql dba
What is an implicit commit?
What is auto increment feature in sql?