Answer Posted / irshad ahmad
Select max(price) from product where price
not in (select max(price) from product);
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
How will you differentiate between varchar & varchar2?
How would you best determine why your MVIEW couldnt FAST REFRESH?
Are truncate and delete commands same? If so why?
Explain about the analyze command in oracle?
How to write a left outer join with the where clause in oracle?
What is a procedure in oracle?
What is the difference between primary key and unique key and foreign key in oracle?
What happens to the current transaction if a ddl statement is executed?
How to use like conditions in oracle?
Explain about achiever in sql?
What is SQL Tuning Advisor in Oracle?
How many types of segments in Oracle?
How do I uninstall oracle 11g?
List out the components of logical database structure of oracle database.