• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

doubt on oracle question?

 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
select BUYERID,ITEM FROM ANTIQUES WHERE PRICE >= ALL
(SELECT PRICE FROM ANTIQUES);
Question: What would be the output of the [preceding] query?
A) Gives the least priced item
B) Gives the largest priced item
C) Gives both largest and least priced items
D) No rows

[edit]Get rid of the worst of the CAPITAL letters. CR[/edit]
[ July 11, 2008: Message edited by: Campbell Ritchie ]
 
Marshal
Posts: 79178
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It throws a javaranch.faq.DoYourOwnHomeworkException. You should know that by now. Good grief, what do you think will happen? It should be obvious!
 
Campbell Ritchie
Marshal
Posts: 79178
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And you should know not to write ALL CAPITALS. :roll: I have edited your post to get rid of the capitals, and changed "following" to "preceding".
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic