Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
/* to run file, type 'sqlite3' then '.read this_file_name'
(sqlite3 needs to be installed) */
.open data.db
INSERT INTO Rooms VALUES
("ASG31","PC"),
("EC2-12","PC"),
("EC2-13","PC"),
("ECG-24","LECTURE"),
("ECG-14","PC");
.quit