Answer Posted / sri
For example,u have a table called student like below.
STUD-NAME SUBJECT
--------- ------
STUD1 A
STUD2 B
STUD2 A
STUD1 A
in this structure 1 row is duplicated in 4 th. so we can
fetch the student name using the below qry.
SELECT stud-name FROM STUDENT
GROUP BY stud-name,subject
HAVING COUNT > 1.
| Is This Answer Correct ? | 12 Yes | 10 No |
Post New Answer View All Answers
Explain polymorphism in pl/sql.
how to convert numeric values to character strings? : Sql dba
Why plvtab is considered as the easiest way to access the pl/sql table?
How many types of primary keys are there?
Explain how to use transactions efficiently : transact sql
Is t sql a programming language?
what is the use of friend function? : Sql dba
What is file based approach?
What is compilation error in pl sql?
What is data modelling in sql?
What is delimiter in pl sql?
How many types of normalization are there?
How many types of literals are available in pl sql?
What is a sql statement?
What is the advantage of nosql?