|
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
Damn, Mark is a genius
|
|