Path: utzoo!yunexus!ists!jarvis.csri.toronto.edu!mailrus!uunet!aplcen!samsung!gem.mps.ohio-state.edu!lavaca.uh.edu!uhnix1!texbell!texsun!pollux!ti-csl!csc000!hemphill From: hemphill@csc000.csc.ti.com (Charles Hemphill) Newsgroups: comp.databases Subject: Simple SQL question Keywords: SQL Message-ID: <98813@ti-csl.csc.ti.com> Date: 18 Nov 89 05:37:11 GMT Article-I.D.: ti-csl.98813 Sender: news@ti-csl.csc.ti.com Reply-To: hemphill@ti.com (Charles Hemphill) Organization: TI Computer Science Center, Dallas Lines: 7 Can the following type of question be answered with an SQL expression? List the 10 oldest employees. Basically, I'd like the top N tuples from an ordered table. I don't want to use embedded SQL.