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
Explain the the update statement in sql?
What is implicit cursor in pl sql?
How to use sql*plus built-in timers?
Is join an inner join?
Is pl sql better than sql?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What is column?
What are all the different types of indexes?
How do I clear the screen in sql plus?
What is the size of partition table?
What is sql performance tuning?
What is native sql query?
How do you optimize a query?
how to get a list of indexes of an existing table? : Sql dba
What is graph sql?