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 does the acronym acid stand for in database management?
Enlist the advantages of sql.
Are stored procedures compiled?
What are the two characteristics of a primary key?
What is a temporal data type?
What are the parameter modes supported by pl/sql?
Explain the select statement in sql?
Show code of a cursor for loop.
how to convert character strings to dates? : Sql dba
what is self join and what is the requirement of self join? : Sql dba
Is it possible to create the following trigger: before or after update trigger for each row?
What is a subquery in sql?
What is sequence in sql?
How can we make an if statement within a select statement?
Does oracle use sql?