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 scope and visibility in PL/SQL?
Define a temp table?
How do I turn a list into a table?
what tools available for managing mysql server? : Sql dba
Explain the savepoint statement.
what are date and time functions in mysql? : Sql dba
What are the features of pl sql?
What is the difference between function and procedure in pl/sql?
What is clustered index in sql?
Can you have more than one trigger on a table?
How delete all data from table in sql?
What company owns postgresql?
Can you upgrade sql express to full sql?
How do I create an index in word?
Define the select into statement.