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 the purpose of using pl/sql?
What is a sql driver?
What is the difference between between and in condition operators?
What is a dirty read sql?
Differentiate between pl/sql and sql?
What is sql table?
Can we write ddl statements in functions?
What are different types of sql commands?
What is the difference between union and union all command?
What is bulk collect in pl sql?
What are triggers and its types?
How does rowid help in running a query faster?
define join and explain different type of joins? : Sql dba
Can we rename a column in the output of sql query?
What is a variable in sql?