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 are types of exception?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
What is mutating error?
How many indexes can be created on a table in sql?
How do you use collections in procedure to return the resultset?
How do you bind variables in pl sql?
what are the t string functions available in tsql? : Transact sql
Is left join same as inner join?
What is a unique constraint?
Explain about various levels of constraint.
Can we rollback after truncate?
What do you mean by stored procedures?
How many types of relationship are there?
How do I create a memory optimized filegroup?
Can sql function call stored procedure?