check whether all the emp numbers are indeed unique.
Answer Posted / eswar
select empno,count(empno)
from emp group by empno having count(empno)>1;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
List different type of expressions with the example.
how to shutdown mysql server? : Sql dba
Why do we use sqlite?
Can we rollback delete command?
table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
What is a dirty read sql?
What is the use of partition by in sql?
How many sql statements are used? Define them.
what is 'mysqlimport'? : Sql dba
What is scalar data type in pl sql?
What is trigger explain it?
Explain what is a database?
How do I view a sql trace file?
What are the 3 modes of parameter?
How do you explain an index number?