From 92899ea8e4605f74ebe231639b3d84dc5bd9bc9b Mon Sep 17 00:00:00 2001 From: Rishabh Srivastava Date: Tue, 25 Jun 2024 00:28:10 +0800 Subject: [PATCH] updated advising.sql for consistency --- defog_data/advising/advising.sql | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/defog_data/advising/advising.sql b/defog_data/advising/advising.sql index ff86992..846d879 100644 --- a/defog_data/advising/advising.sql +++ b/defog_data/advising/advising.sql @@ -272,5 +272,9 @@ INSERT INTO public.student_record (student_id, course_id, semester, grade, how, (2, 2, 1, 'C', 'in-person', NULL, 'Yes', NULL, '1', 2), (2, 1, 1, 'B', 'online', NULL, 'Yes', NULL, '1', 1), (3, 2, 1, 'B+', 'in-person', NULL, 'Yes', NULL, '1', 2), -(3, 4, 2, 'B+', 'in-person', NULL, 'Yes', NULL, '1', 4) +(3, 4, 2, 'B+', 'in-person', NULL, 'Yes', NULL, '1', 4), +(4, 2, 1, 'C', 'in-person', NULL, 'Yes', NULL, '1', 2), +(4, 1, 1, 'B', 'online', NULL, 'Yes', NULL, '1', 1), +(5, 2, 1, 'B+', 'in-person', NULL, 'Yes', NULL, '1', 2), +(5, 4, 2, 'B+', 'in-person', NULL, 'Yes', NULL, '1', 4) ;