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
What are the restrictions on external table columns?
What is the max number of columns in an oracle table?
Explain a data segment?
How to drop an existing view in oracle?
Explain oracle insert into command?
How to compare dates in oracle sql?
How to define an oracle cursor variable?
How to create a table interactively?
How to convert characters to dates in oracle?
List out the components of logical database structure of oracle database.
How to create an oracle testing table?
Explain what are the type of synonyms?
Why do you create or replace procedures rather that drop and recreate.
Explain parameter file in oracle.
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar