How can u find column name from a table which have max value
in a row.( not max value)
Answer Posted / prashanth
user greatedt function.
Ex select greatest(sal,bonus) from emp where emp_id = 1000;
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Can we create view in stored procedure?
How to set up sql*plus output format in oracle?
How to read xml file in oracle pl sql?
What are keys in sql?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What is the best sql course?
what does it mean to have quoted_identifier on? : Sql dba
What is sql in java?
Is sql database free?
what is the difference between sql and t-sql? : Transact sql
What is the execution plan in sql?
how to select first 5 records from a table? : Sql dba
What is function and procedure in pl sql?
List the ways to get the count of records in a table?
How do I find sql profiler?