View Single Post

Old 17-08-08, 17:25   #5
Dogz
I smell great
 
Dogz's Avatar
 
Offline
Join Date: Jan 2006
Location: Co.Armagh, N.I
Posts: 2,909
Blog Entries: 1
It's a Uni question.

'List and describe the SQL code to create the following tables. You can assume that the price of a room is always a whole number of pounds'

Hotel(hotelNo, hotelName, city)
Room(roomNo, hotelNo, type, price)


If you were to do that, what would it look like in terms of code?
__________________
Quote:
Originally Posted by FlipFX View Post
Damn, Mark is a genius
  Reply With Quote