/[cvs.andrew.net.au]/uni/COMP2400/q4.sql
ViewVC logotype

Annotation of /uni/COMP2400/q4.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sat Aug 7 11:07:01 2004 UTC (19 years, 1 month ago) by apollock
Branch: MAIN
Blah

1 apollock 1.1 -- I have read the ANU Code on "Academic Honesty in Learning and Teaching",
2     -- and I declare that, except where appropriately attributed, the content
3     -- of the file I have submitted for this assignment is entirely my own
4     -- work. It has not been produced, in whole or in part, by another person.
5     -- (signed) Andrew Pollock 4137129
6    
7     SELECT Firstname || Surname AS NAME, BirthDate, DeathDate - BirthDate AS AgeAtDeath
8     FROM Person
9     WHERE DeathDate IS NOT NULL
10     ORDER BY BirthDate;

  ViewVC Help
Powered by ViewVC 1.1.22