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?
Which are the different character-manipulation functions in sql?
How do I turn a list into a table?
What is an exception in pl/sql?
Is ms sql is free?
What is the use of sqlerrd 3?
What is sqlite format?
Why we use cross join?
How to sort the rows in sql.
What are all the common sql functions?
What are the three pl sql block types?
What is the sql case statement?
What are the uses of merge?
Why do we use set serveroutput on?
What is structural independence and why is it important?