How can u find column name from a table which have max value
in a row.( not max value)
Answer Posted / ajit
SELECT COUNT(Sal), COUNT(Comm)
FROM Emp;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What view means?
what are all types of user defined functions? : Sql dba
Can there be more than one function with a similar name in a pl/sql block?
What is pivot query?
Is sql the best database?
How do you delete duplicates in sql query using rowid?
what is sub-query? : Transact sql
What is difference between hql and sql?
What does varchar include?
Is there a 64 bit version of ssms?
What is oracle sql called?
What is union, minus and interact commands?
What are the different ways to optimize a sql query?
explain advantages of myisam over innodb? : Sql dba
Is sql between inclusive?