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
define sql update statement ? : Sql dba
What does the base_object_type column shows in the user.triggers data dictionary view?
What is a native sql query?
What is the use of nvl function?
What is schema in sql?
What are the benefits of pl/sql packages?
Enlist some predefined exceptions?
What is the difference between instead of trigger and after trigger?
What is the difference between the implicit and explicit cursors?
What is difference between rank () row_number () and dense_rank () in sql?
What is sql performance tuning?
How does join work in sql?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
What is a relationship and what are they?
Can a view be mutating? If yes, then how?