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
Why select is used in sql?
What is raid? How does it help storage of databases?
How do I add a database to sql?
Is pl sql a scripting language?
What are different functions in sql?
How much ram can sql express use?
what is the difference between undefined value and null value? : Sql dba
How many sql databases can you have on one server?
What is a null value?
Is join same as left join?
what are the differences between char and nchar? : Sql dba
What does pragma mean?
How does postgresql compare to mysql?
How to rename a column in the output of sql query?
Will truncate release space?