0% found this document useful (0 votes)
27 views

Add

The document inserts a new record into the CAMPUS_LOCATION table with values for STREET_NAME, CARPARK_NAME, BUILDING#, FLOOR#, and OFFICE# fields. The new record contains the street name 'Balmore Road', no carpark name, building number '12', floor number '44', and office number '21'.

Uploaded by

Weirliam John
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Add

The document inserts a new record into the CAMPUS_LOCATION table with values for STREET_NAME, CARPARK_NAME, BUILDING#, FLOOR#, and OFFICE# fields. The new record contains the street name 'Balmore Road', no carpark name, building number '12', floor number '44', and office number '21'.

Uploaded by

Weirliam John
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

INSERT INTO "GROUP15".

"CAMPUS_LOCATION" (STREET_NAME, CARPARK_NAME, BUILDING#, F


LOOR#, OFFICE#) VALUES ('Balmore Road', '(null)', '12', '44', '21')

You might also like