Answer Posted / sunil panghal
select salary from emp where salary=(select max(salary)
from emp)
| Is This Answer Correct ? | 6 Yes | 23 No |
Post New Answer View All Answers
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
How to get execution statistics reports on query statements?
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
What is a private synonym?
Define oracle database
Can multiple columns be used in group by in oracle?
What is oracle and what are its different editions?
How to create a table index?
How to create a table in a specific tablespace?
Please explain compound trigger in oracle?
What is the sid in oracle?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
How to create an initialization parameter file?
How to rollback the current transaction in oracle?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.