check whether all the emp numbers are indeed unique.
Answer Posted / biswajit rout
SELECT empno,count(*) FROM emp GROUP BY empno;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the process of debugging?
What is the difference between view and stored procedure?
Explain spool.
Explain the purpose of %type and %rowtype data types with the example?
What is the starting oracle error number? What is meant by forward declaration in functions?
What are the different datatypes available in PL/SQL?
What is embedded sql what are its advantages?
How do you use collections in procedure to return the resultset?
Can we create view in stored procedure?
Is oracel sql developer written in java?
What is the use of sqldataadapter?
how to present a past time in hours, minutes and seconds? : Sql dba
Does a primary key have to be a number?
How do you explain an index number?
what is a table in a database ? : Sql dba