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
What is Difference Between Unique and Primary Key Constraints?
Do ddl statements need commit?
What is a call statement? Explain with an example.
Does access use sql?
How to check if a column is nullable before setting to nullable?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
How to process query result in pl/sql?
What is the difference between an inner and outer join?
describe transaction-safe table types in mysql : sql dba
How is indexing done in search engines?
how many triggers are allowed in mysql table? : Sql dba
Is sql a programming?
Can we insert data into materialized view?
is mysql query is case sensitive? : Sql dba
How to display the current date in sql?