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 is mutating sql table?
What is a null value?
How to look at the current sql*plus system settings?
Why sql query is slow?
how to create a new table in mysql? : Sql dba
What is a sql schema used for?
How to avoid using cursors?
What is date functions?
What is a crud api?
What are the two virtual tables available at the time of database trigger execution?
does sql support programming? : Sql dba
What is a primary key called that is made up of more than one field?
What is a clob in sql?
What is substitution variable?
which types of join is used in sql widely? : Sql dba