What is the Query to print out the individual total number of
duplicate row in sql.
Answer Posted / ahmad
SELECT DISTINCT(ENAME) FROM EMP;
| Is This Answer Correct ? | 1 Yes | 24 No |
Post New Answer View All Answers
What is sap sql?
If a cursor is open, how can we find in a pl/sql block?
How can I change database name in sql?
Is record in pl sql?
Is progress software supports to ( pl/sql )?
What is anonymous block in sql?
What is a unique key?
What is the difference between drop and truncate commands?
How delete a row in sql?
What is pl sql block structure?
What is nosql example?
What is normalization? How many normalization forms are there?
Why join is faster than subquery?
Is it mandatory for the primary key to be given a value when a new record is inserted?
How do rank () and dense_rank () differ?