Skip to content

Commit 7792fad

Browse files
authored
Update InsertQuery.sql
1 parent 0724e1b commit 7792fad

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Queries/InsertQuery.sql

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
Author: Shieanne Bennett
3+
COMP-3150 Final Project Submission
4+
Insert queries for Hospital Database.
5+
Can be used in place of BulkInsert.sql
6+
if using Azure Data Studio or if finding
7+
errors with the BulkInsert.sql file.
8+
*/
9+
110
-- Insert files for all tables
211

312
-- Insert Location Values
@@ -452,4 +461,4 @@ VALUES (3, 2, 3, 15.00);
452461
INSERT INTO OrdersDrug (HospIDNo, PharmIDNo, DrugIDNo, Amount)
453462
VALUES (3, 1, 4, 8.00);
454463
INSERT INTO OrdersDrug (HospIDNo, PharmIDNo, DrugIDNo, Amount)
455-
VALUES (3, 1, 5, 35.00);
464+
VALUES (3, 1, 5, 35.00);

0 commit comments

Comments
 (0)