SamplesV2/ChangeDataCapture/usecases/cdc/code/sqlscripts/CreateStudent.sql (436 lines of code) (raw):

��/****** Object: Table [dbo].[studentMath] Script Date: 8/1/2021 1:48:51 PM ******/ CREATE TABLE [dbo].[studentMath]( [school] [nvarchar](50) NOT NULL, [sex] [nvarchar](50) NOT NULL, [age] [int] NOT NULL, [address] [nvarchar](50) NOT NULL, [famsize] [nvarchar](50) NOT NULL, [Pstatus] [nvarchar](50) NOT NULL, [Medu] [int] NOT NULL, [Fedu] [int] NOT NULL, [Mjob] [nvarchar](50) NOT NULL, [Fjob] [nvarchar](50) NOT NULL, [reason] [nvarchar](50) NOT NULL, [guardian] [nvarchar](50) NOT NULL, [traveltime] [int] NOT NULL, [studytime] [int] NOT NULL, [failures] [int] NOT NULL, [schoolsup] [nvarchar](50) NOT NULL, [famsup] [nvarchar](50) NOT NULL, [paid] [nvarchar](50) NOT NULL, [activities] [nvarchar](50) NOT NULL, [nursery] [nvarchar](50) NOT NULL, [higher] [nvarchar](50) NOT NULL, [internet] [nvarchar](50) NOT NULL, [romantic] [nvarchar](50) NOT NULL, [famrel] [int] NOT NULL, [freetime] [int] NOT NULL, [goout] [int] NOT NULL, [Dalc] [int] NOT NULL, [Walc] [int] NOT NULL, [health] [int] NOT NULL, [absences] [int] NOT NULL, [G1] [int] NOT NULL, [G2] [int] NOT NULL, [G3] [int] NOT NULL ) ON [PRIMARY] GO INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 4, N'services', N'other', N'course', N'mother', 1, 1, 0, N'no', N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'no', 5, 3, 3, 1, 1, 5, 4, 10, 13, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 3, 2, N'services', N'other', N'home', N'mother', 2, 2, 0, N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 5, 1, 1, 2, 26, 7, 6, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'A', 3, 4, N'services', N'other', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 5, 4, 4, 1, 1, 1, 0, 16, 18, 18) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'A', 3, 3, N'other', N'health', N'reputation', N'father', 1, 4, 0, N'yes', N'no', N'no', N'no', N'yes', N'yes', N'no', N'no', 4, 3, 3, 1, 1, 4, 10, 10, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 2, 2, N'other', N'other', N'course', N'mother', 1, 4, 0, N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 5, 1, 2, 1, 1, 3, 8, 7, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 3, 3, N'services', N'other', N'home', N'father', 1, 3, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 3, 3, 1, 1, 5, 2, 16, 18, 18) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'R', N'GT3', N'T', 4, 4, N'other', N'other', N'home', N'father', 4, 4, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 1, 3, 5, 3, 5, 1, 6, 10, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'T', 4, 4, N'health', N'health', N'other', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 5, 4, 5, 1, 1, 4, 4, 14, 15, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'LE3', N'A', 4, 4, N'teacher', N'teacher', N'course', N'mother', 1, 1, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 5, 3, 1, 1, 4, 6, 18, 19, 19) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'R', N'GT3', N'T', 3, 3, N'services', N'other', N'reputation', N'father', 1, 3, 1, N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 1, 2, 1, 1, 2, 0, 7, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 2, 2, N'at_home', N'other', N'home', N'mother', 1, 2, 1, N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 3, 1, 2, 1, 1, 5, 6, 10, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'LE3', N'T', 4, 2, N'teacher', N'other', N'course', N'mother', 1, 1, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 3, 5, 2, 1, 1, 3, 10, 18, 19, 19) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'R', N'GT3', N'T', 2, 1, N'health', N'services', N'reputation', N'mother', 1, 2, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 5, 4, 2, 1, 1, 5, 8, 9, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 4, 4, N'teacher', N'teacher', N'course', N'father', 1, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 4, 4, 1, 2, 5, 2, 15, 15, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 4, N'other', N'teacher', N'reputation', N'father', 2, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'no', N'no', 4, 4, 3, 1, 1, 2, 2, 11, 13, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 3, 3, N'other', N'services', N'home', N'father', 2, 1, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 4, 2, 1, 1, 5, 0, 13, 14, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'R', N'GT3', N'T', 1, 3, N'other', N'other', N'course', N'father', 3, 2, 1, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 2, 4, 1, 4, 5, 20, 9, 7, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 3, 4, N'other', N'other', N'reputation', N'father', 1, 1, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 3, 4, 3, 1, 2, 4, 6, 14, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 1, 2, N'at_home', N'services', N'course', N'mother', 1, 2, 0, N'no', N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', 3, 2, 3, 1, 2, 1, 2, 16, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 2, 2, N'services', N'services', N'home', N'father', 1, 4, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 5, 5, 4, 1, 2, 5, 6, 16, 14, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'T', 2, 4, N'other', N'health', N'course', N'father', 2, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 2, 2, 1, 2, 5, 2, 13, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 4, 4, N'health', N'other', N'course', N'mother', 1, 1, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 3, 4, 4, 1, 4, 5, 18, 14, 11, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 2, 2, N'other', N'other', N'home', N'mother', 1, 2, 0, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 5, 4, 4, 1, 1, 5, 0, 8, 7, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 3, 4, N'services', N'services', N'home', N'father', 1, 1, 0, N'yes', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 5, 5, 5, 3, 2, 5, 0, 13, 13, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'LE3', N'A', 3, 4, N'other', N'other', N'home', N'mother', 1, 2, 0, N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 5, 3, 2, 1, 1, 1, 0, 7, 10, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 19, N'U', N'GT3', N'T', 0, 1, N'at_home', N'other', N'course', N'other', 1, 2, 3, N'no', N'yes', N'no', N'no', N'no', N'no', N'no', N'no', 3, 4, 2, 1, 1, 5, 2, 7, 8, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'R', N'GT3', N'T', 2, 2, N'services', N'other', N'reputation', N'mother', 1, 1, 2, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 3, 3, 3, 1, 2, 4, 0, 7, 4, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'R', N'GT3', N'T', 4, 4, N'teacher', N'teacher', N'course', N'mother', 1, 1, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 3, 5, 5, 2, 5, 4, 8, 18, 18, 18) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'R', N'GT3', N'T', 3, 4, N'services', N'teacher', N'course', N'father', 2, 3, 2, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 4, 2, 2, 2, 2, 5, 0, 12, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 1, 1, N'at_home', N'other', N'course', N'mother', 3, 1, 0, N'no', N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'yes', 4, 3, 3, 1, 2, 4, 0, 8, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'LE3', N'T', 2, 2, N'other', N'other', N'course', N'father', 1, 1, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 3, 4, 4, 1, 3, 5, 12, 10, 13, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'A', 3, 4, N'services', N'other', N'course', N'father', 1, 1, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 3, 2, 1, 1, 4, 5, 16, 12, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'R', N'GT3', N'T', 3, 4, N'at_home', N'teacher', N'course', N'mother', 4, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'no', N'yes', 5, 3, 3, 1, 1, 5, 0, 9, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 4, 4, N'services', N'at_home', N'course', N'mother', 1, 3, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 3, 3, 1, 1, 5, 0, 11, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'A', 4, 4, N'at_home', N'teacher', N'course', N'mother', 2, 2, 0, N'yes', N'no', N'no', N'no', N'yes', N'yes', N'no', N'no', 4, 3, 4, 1, 1, 3, 6, 5, 6, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 1, 1, N'at_home', N'other', N'course', N'father', 1, 2, 0, N'no', N'yes', N'no', N'no', N'no', N'yes', N'yes', N'no', 5, 3, 3, 1, 1, 3, 4, 5, 5, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'LE3', N'T', 1, 1, N'at_home', N'other', N'other', N'mother', 1, 2, 3, N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 2, 2, 3, 3, 10, 7, 8, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 4, 2, N'health', N'services', N'home', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 3, 2, 2, 1, 1, 5, 2, 15, 14, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 3, 3, N'other', N'other', N'home', N'father', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', N'no', 4, 3, 2, 1, 2, 5, 4, 6, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'T', 4, 3, N'services', N'other', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 5, 4, 2, 1, 2, 5, 10, 15, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'T', 2, 2, N'other', N'other', N'home', N'mother', 1, 2, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 4, 4, 1, 1, 3, 0, 12, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'A', 4, 4, N'other', N'teacher', N'home', N'mother', 2, 2, 0, N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'no', N'no', 4, 1, 4, 1, 1, 1, 6, 6, 5, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'LE3', N'A', 3, 2, N'services', N'other', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 2, 2, 1, 1, 1, 0, 16, 18, 19) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 3, 4, N'other', N'other', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 5, 5, 1, 1, 1, 5, 0, 14, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 4, 4, N'teacher', N'health', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 3, 3, 3, 1, 2, 2, 0, 10, 8, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 2, 1, N'services', N'other', N'reputation', N'father', 3, 3, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 2, 2, 1, 1, 4, 4, 10, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'LE3', N'T', 4, 4, N'health', N'services', N'course', N'father', 1, 1, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 3, 5, 2, 14, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 3, N'teacher', N'other', N'course', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 5, 4, 3, 1, 2, 3, 2, 10, 10, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'A', 2, 2, N'other', N'other', N'home', N'other', 1, 3, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 4, 5, 2, 1, 1, 3, 0, 14, 16, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 4, 4, N'health', N'other', N'home', N'mother', 1, 1, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 4, 4, 1, 2, 2, 4, 14, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 4, 4, N'services', N'services', N'reputation', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 3, 2, 3, 1, 2, 2, 6, 13, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 3, 3, N'other', N'other', N'reputation', N'mother', 3, 2, 0, N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', N'no', 5, 3, 2, 1, 1, 4, 4, 8, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 3, 2, N'services', N'services', N'course', N'mother', 1, 1, 3, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 5, 5, 2, 4, 5, 16, 6, 5, 5) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'T', 4, 3, N'health', N'other', N'home', N'father', 1, 1, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 3, 1, 3, 1, 3, 5, 4, 8, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 3, N'teacher', N'other', N'reputation', N'mother', 1, 2, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 4, 1, 1, 1, 1, 0, 13, 14, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 4, N'health', N'health', N'other', N'father', 1, 1, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 5, 4, 2, 1, 1, 5, 0, 12, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'T', 4, 2, N'teacher', N'other', N'course', N'mother', 1, 2, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 5, 1, 1, 3, 5, 2, 15, 15, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'T', 2, 2, N'other', N'other', N'reputation', N'mother', 2, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 4, 4, 2, 4, 5, 0, 13, 13, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'R', N'GT3', N'T', 2, 4, N'services', N'health', N'course', N'mother', 1, 3, 0, N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 2, 1, 1, 5, 2, 10, 9, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 2, 2, N'services', N'services', N'home', N'mother', 1, 1, 2, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'no', 1, 2, 2, 1, 3, 5, 14, 6, 9, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 2, 2, N'other', N'other', N'home', N'mother', 1, 1, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 2, 2, 1, 2, 5, 2, 12, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 2, N'health', N'services', N'other', N'mother', 1, 1, 0, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 2, 2, 4, 2, 4, 1, 4, 15, 16, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'A', 3, 4, N'services', N'other', N'home', N'mother', 1, 2, 0, N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 3, 3, 1, 1, 5, 4, 11, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 4, 4, N'teacher', N'teacher', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 4, 5, 5, 5, 5, 16, 10, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 4, N'health', N'services', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'no', 5, 4, 2, 3, 4, 5, 0, 9, 11, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 4, N'services', N'services', N'reputation', N'mother', 2, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 1, 1, 1, 5, 0, 17, 16, 17) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'R', N'GT3', N'T', 4, 3, N'teacher', N'at_home', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 5, 2, 1, 1, 5, 0, 17, 16, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'LE3', N'T', 3, 3, N'other', N'other', N'course', N'mother', 1, 2, 0, N'no', N'no', N'no', N'yes', N'no', N'yes', N'yes', N'no', 5, 3, 2, 1, 1, 2, 0, 8, 10, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 3, 2, N'other', N'other', N'home', N'mother', 1, 1, 0, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'no', 5, 4, 3, 1, 1, 5, 0, 12, 14, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 2, 3, N'other', N'other', N'other', N'father', 2, 1, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'no', N'no', 3, 5, 1, 1, 1, 5, 0, 8, 7, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'LE3', N'T', 4, 3, N'teacher', N'services', N'home', N'mother', 1, 3, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 4, 3, 1, 1, 4, 2, 15, 16, 18) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'R', N'GT3', N'A', 4, 4, N'other', N'teacher', N'reputation', N'mother', 2, 3, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 2, 4, 3, 1, 1, 5, 7, 15, 16, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'R', N'GT3', N'T', 3, 4, N'services', N'health', N'course', N'mother', 1, 3, 0, N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 2, 1, 1, 5, 2, 12, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'R', N'GT3', N'T', 2, 2, N'at_home', N'other', N'reputation', N'mother', 1, 1, 0, N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', N'no', 4, 3, 1, 1, 1, 2, 8, 14, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'T', 2, 2, N'other', N'other', N'home', N'mother', 2, 2, 1, N'no', N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'yes', 3, 3, 3, 1, 2, 3, 25, 7, 10, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'LE3', N'T', 4, 4, N'teacher', N'other', N'home', N'other', 1, 1, 0, N'no', N'yes', N'no', N'no', N'no', N'yes', N'yes', N'yes', 5, 4, 3, 2, 4, 5, 8, 12, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 4, N'services', N'teacher', N'course', N'father', 1, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 1, 5, 2, 19, 18, 18) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 2, 2, N'services', N'services', N'course', N'father', 1, 1, 0, N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 5, 4, 1, 1, 1, 1, 0, 8, 8, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'T', 2, 2, N'other', N'at_home', N'course', N'father', 2, 2, 1, N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 2, 2, 5, 14, 10, 10, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'LE3', N'A', 4, 3, N'other', N'other', N'course', N'mother', 1, 2, 0, N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 5, 2, 2, 1, 1, 5, 8, 8, 8, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'A', 3, 3, N'other', N'services', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 2, 3, 5, 1, 4, 3, 12, 11, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 4, 3, N'health', N'services', N'reputation', N'mother', 1, 4, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 2, 2, 1, 1, 2, 4, 19, 19, 20) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 2, N'teacher', N'other', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', N'no', 4, 3, 3, 2, 2, 5, 2, 15, 15, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 4, 4, N'services', N'teacher', N'other', N'father', 1, 2, 1, N'yes', N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'no', 4, 4, 4, 1, 1, 3, 2, 7, 7, 7) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'T', 2, 2, N'services', N'services', N'course', N'mother', 3, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 2, 3, 4, 2, 12, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'LE3', N'T', 4, 2, N'health', N'other', N'other', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 1, 5, 2, 11, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'LE3', N'A', 4, 2, N'health', N'health', N'other', N'father', 2, 1, 1, N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', N'no', 5, 5, 5, 3, 4, 5, 6, 11, 11, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 4, 4, N'services', N'services', N'course', N'mother', 1, 1, 0, N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 3, 3, 4, 2, 3, 5, 0, 8, 10, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'LE3', N'A', 3, 3, N'other', N'other', N'other', N'mother', 1, 1, 0, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 5, 3, 4, 4, 4, 1, 6, 10, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'A', 2, 1, N'other', N'other', N'other', N'mother', 1, 2, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 5, 3, 4, 1, 1, 2, 8, 8, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'A', 4, 3, N'services', N'services', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 2, 1, 1, 1, 0, 14, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 4, N'teacher', N'health', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'no', N'no', 3, 2, 2, 1, 1, 5, 4, 14, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'LE3', N'T', 1, 2, N'other', N'at_home', N'home', N'father', 1, 2, 0, N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 2, 1, 1, 5, 2, 9, 10, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 4, 2, N'services', N'other', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 2, 3, 1, 1, 5, 2, 15, 16, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'R', N'GT3', N'T', 4, 4, N'health', N'teacher', N'other', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'no', N'no', 2, 4, 4, 2, 3, 4, 6, 10, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 1, 1, N'services', N'services', N'course', N'father', 4, 1, 0, N'yes', N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'yes', 5, 5, 5, 5, 5, 5, 6, 10, 8, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'T', 1, 2, N'other', N'services', N'reputation', N'father', 1, 2, 0, N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 4, 3, 1, 1, 1, 4, 8, 10, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 4, 3, N'teacher', N'health', N'home', N'mother', 1, 3, 0, N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 3, 4, 4, 2, 4, 4, 2, 10, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'LE3', N'T', 4, 3, N'services', N'services', N'reputation', N'father', 1, 2, 0, N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 4, 4, 2, 4, 2, 0, 10, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'T', 4, 3, N'teacher', N'services', N'course', N'mother', 3, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 4, 3, 1, 2, 1, 2, 16, 15, 15) GO INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'A', 4, 4, N'other', N'services', N'reputation', N'mother', 1, 4, 0, N'no', N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'yes', 1, 3, 3, 5, 5, 3, 4, 13, 13, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 3, 1, N'services', N'other', N'course', N'mother', 1, 4, 0, N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 2, 5, 4, 7, 7, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'R', N'LE3', N'T', 2, 2, N'health', N'services', N'reputation', N'mother', 2, 2, 0, N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 1, 3, 1, 3, 4, 2, 8, 9, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'R', N'LE3', N'T', 3, 1, N'other', N'other', N'reputation', N'father', 2, 4, 0, N'no', N'yes', N'no', N'no', N'no', N'yes', N'yes', N'no', 4, 4, 2, 2, 3, 3, 12, 16, 16, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 3, 1, N'other', N'other', N'reputation', N'father', 2, 4, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 2, 1, 1, 5, 0, 13, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 2, N'other', N'other', N'course', N'mother', 1, 4, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 3, 3, 3, 1, 1, 3, 0, 10, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'R', N'GT3', N'T', 1, 1, N'other', N'other', N'reputation', N'mother', 1, 2, 2, N'yes', N'yes', N'no', N'no', N'no', N'yes', N'yes', N'yes', 3, 3, 4, 2, 4, 5, 2, 8, 6, 5) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 3, 1, N'other', N'other', N'reputation', N'mother', 1, 1, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', N'no', 5, 3, 2, 2, 2, 5, 2, 12, 12, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 3, 3, N'other', N'services', N'home', N'mother', 1, 2, 0, N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 2, 4, 5, 54, 11, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 3, N'teacher', N'other', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 2, 3, 5, 6, 9, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 0, N'teacher', N'other', N'course', N'mother', 2, 4, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 3, 4, 3, 1, 1, 1, 8, 11, 11, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 2, 2, N'other', N'other', N'reputation', N'mother', 1, 4, 0, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 5, 2, 3, 1, 3, 3, 0, 11, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 2, 1, N'other', N'other', N'home', N'mother', 2, 1, 3, N'yes', N'yes', N'no', N'yes', N'yes', N'no', N'yes', N'no', 4, 5, 1, 1, 1, 3, 2, 8, 8, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 3, 4, N'at_home', N'other', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 2, 4, 3, 1, 2, 3, 12, 5, 5, 5) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 2, 3, N'other', N'services', N'course', N'father', 1, 1, 0, N'yes', N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', 3, 2, 2, 1, 3, 3, 2, 10, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 2, 3, N'other', N'other', N'home', N'mother', 1, 3, 0, N'yes', N'no', N'yes', N'no', N'no', N'yes', N'yes', N'no', 5, 3, 2, 1, 2, 5, 4, 11, 10, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'LE3', N'T', 3, 2, N'services', N'other', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 4, 4, 1, 1, 5, 10, 7, 6, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'LE3', N'T', 2, 2, N'services', N'services', N'home', N'mother', 2, 2, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 5, 3, 3, 1, 3, 4, 4, 15, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 1, 1, N'other', N'other', N'home', N'father', 1, 2, 0, N'no', N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'no', 4, 3, 2, 2, 3, 4, 2, 9, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 4, 4, N'services', N'services', N'reputation', N'father', 2, 2, 2, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 4, 4, 2, 3, 5, 6, 7, 9, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'T', 2, 2, N'at_home', N'other', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'no', N'no', 4, 3, 4, 1, 2, 2, 4, 8, 7, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 4, 2, N'other', N'other', N'reputation', N'mother', 1, 3, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 3, 3, 1, 3, 1, 4, 13, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 2, 2, N'services', N'other', N'reputation', N'father', 2, 2, 1, N'no', N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', 4, 4, 2, 1, 1, 3, 12, 11, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'A', 4, 4, N'teacher', N'health', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'no', N'no', 4, 1, 3, 3, 5, 5, 18, 8, 6, 7) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 3, 3, N'other', N'other', N'home', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 3, 3, 1, 3, 4, 0, 7, 7, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 4, 3, N'services', N'other', N'reputation', N'mother', 1, 1, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 5, 5, 1, 3, 1, 4, 16, 17, 18) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'T', 3, 1, N'other', N'other', N'home', N'father', 1, 2, 0, N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'no', N'no', 3, 3, 3, 2, 3, 2, 4, 7, 6, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 4, 2, N'teacher', N'services', N'home', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 5, 3, 3, 1, 1, 1, 0, 11, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'LE3', N'T', 2, 2, N'services', N'health', N'reputation', N'mother', 1, 4, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 4, 1, 1, 4, 6, 11, 13, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'R', N'GT3', N'T', 1, 1, N'at_home', N'other', N'home', N'mother', 2, 4, 1, N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 3, 1, 2, 1, 1, 1, 2, 7, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'R', N'GT3', N'T', 4, 3, N'services', N'other', N'reputation', N'mother', 2, 1, 0, N'yes', N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'no', 3, 3, 3, 1, 1, 4, 2, 11, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 2, 1, N'other', N'other', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', N'yes', 4, 3, 5, 1, 1, 5, 2, 8, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 4, 4, N'other', N'other', N'reputation', N'mother', 1, 1, 0, N'no', N'no', N'no', N'yes', N'no', N'yes', N'yes', N'no', 5, 3, 4, 1, 2, 1, 6, 11, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 4, 3, N'other', N'at_home', N'course', N'mother', 1, 3, 0, N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 5, 3, 5, 1, 1, 3, 0, 7, 9, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 4, 4, N'services', N'services', N'other', N'mother', 1, 1, 0, N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 5, 5, 5, 5, 4, 14, 7, 7, 5) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 4, 4, N'services', N'teacher', N'other', N'father', 1, 3, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 4, 3, 1, 1, 4, 0, 16, 17, 17) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'R', N'GT3', N'T', 3, 4, N'at_home', N'other', N'course', N'mother', 3, 2, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', N'no', 5, 4, 5, 2, 4, 5, 0, 10, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'A', 3, 3, N'other', N'other', N'course', N'other', 2, 1, 2, N'no', N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'yes', 4, 3, 2, 1, 1, 5, 0, 4, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'T', 1, 1, N'services', N'other', N'course', N'mother', 1, 2, 1, N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', N'yes', 4, 4, 4, 1, 3, 5, 0, 14, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 4, 4, N'teacher', N'teacher', N'course', N'mother', 2, 1, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 2, 1, 1, 5, 0, 16, 16, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'GT3', N'T', 4, 3, N'teacher', N'services', N'course', N'father', 2, 4, 0, N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 2, 2, 2, 1, 1, 3, 0, 7, 9, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'T', 2, 2, N'services', N'services', N'reputation', N'father', 2, 1, 2, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 2, 3, 3, 2, 2, 2, 8, 9, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 4, 4, N'teacher', N'services', N'course', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 2, 2, 1, 1, 5, 2, 9, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'T', 1, 1, N'at_home', N'at_home', N'course', N'mother', 1, 1, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 3, 4, 4, 3, 3, 1, 2, 14, 14, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 2, 1, N'other', N'other', N'home', N'mother', 1, 1, 3, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 5, 4, 5, 1, 2, 5, 0, 5, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 1, 1, N'other', N'services', N'course', N'father', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 4, 2, 1, 2, 5, 0, 8, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 3, 2, N'health', N'services', N'home', N'father', 1, 2, 3, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 3, 3, 2, 1, 1, 3, 0, 6, 7, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'U', N'GT3', N'T', 1, 2, N'at_home', N'other', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'no', 4, 3, 2, 1, 1, 5, 2, 10, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 4, 4, N'teacher', N'teacher', N'course', N'mother', 1, 1, 0, N'no', N'yes', N'no', N'no', N'yes', N'no', N'yes', N'yes', 3, 3, 2, 2, 1, 5, 0, 7, 6, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'U', N'LE3', N'A', 2, 1, N'services', N'other', N'course', N'mother', 4, 1, 3, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 5, 5, 2, 5, 5, 0, 8, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'LE3', N'T', 1, 1, N'other', N'other', N'course', N'mother', 1, 1, 3, N'no', N'no', N'no', N'no', N'yes', N'no', N'yes', N'yes', 2, 3, 5, 2, 5, 4, 0, 6, 5, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'T', 2, 1, N'at_home', N'other', N'course', N'mother', 1, 1, 1, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', N'yes', 4, 4, 4, 3, 5, 5, 6, 12, 13, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 15, N'R', N'GT3', N'T', 3, 3, N'services', N'services', N'reputation', N'other', 2, 3, 2, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 2, 1, 2, 3, 3, 8, 10, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 19, N'U', N'GT3', N'T', 3, 2, N'services', N'at_home', N'home', N'mother', 1, 1, 3, N'no', N'yes', N'no', N'no', N'yes', N'no', N'yes', N'yes', 4, 5, 4, 1, 1, 4, 0, 5, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 4, 4, N'other', N'teacher', N'course', N'mother', 1, 1, 0, N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'no', N'yes', 4, 2, 1, 1, 1, 4, 0, 11, 11, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'R', N'GT3', N'T', 2, 3, N'at_home', N'services', N'course', N'mother', 1, 2, 0, N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', N'no', 4, 4, 4, 1, 1, 1, 2, 11, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'R', N'LE3', N'T', 1, 2, N'other', N'other', N'reputation', N'mother', 1, 1, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', N'no', 2, 2, 2, 3, 3, 5, 8, 16, 12, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'R', N'GT3', N'T', 1, 1, N'at_home', N'other', N'course', N'mother', 3, 1, 3, N'no', N'yes', N'no', N'yes', N'no', N'yes', N'no', N'no', 5, 2, 5, 1, 5, 4, 6, 9, 8, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'R', N'GT3', N'T', 2, 2, N'at_home', N'other', N'course', N'mother', 3, 1, 0, N'no', N'no', N'no', N'no', N'no', N'yes', N'no', N'no', 4, 2, 2, 1, 2, 3, 2, 17, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 3, 3, N'other', N'services', N'course', N'father', 1, 2, 1, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 5, 5, 4, 4, 5, 4, 10, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'R', N'LE3', N'T', 2, 1, N'at_home', N'other', N'course', N'mother', 2, 1, 2, N'no', N'no', N'no', N'yes', N'yes', N'no', N'yes', N'yes', 3, 3, 2, 2, 2, 5, 0, 7, 6, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 15, N'R', N'GT3', N'T', 3, 2, N'other', N'other', N'course', N'mother', 2, 2, 2, N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 4, 4, 4, 1, 4, 3, 6, 5, 9, 7) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'T', 1, 2, N'other', N'other', N'course', N'mother', 2, 1, 1, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', N'no', 4, 4, 4, 2, 4, 5, 0, 7, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 1, 3, N'at_home', N'services', N'course', N'father', 1, 1, 0, N'no', N'no', N'no', N'no', N'yes', N'no', N'yes', N'no', 5, 3, 3, 1, 4, 2, 2, 10, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'R', N'LE3', N'T', 1, 1, N'other', N'services', N'course', N'mother', 4, 2, 3, N'no', N'no', N'no', N'yes', N'yes', N'no', N'no', N'yes', 5, 3, 5, 1, 5, 5, 0, 5, 8, 7) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 3, 2, N'services', N'services', N'course', N'mother', 2, 1, 1, N'no', N'yes', N'no', N'yes', N'no', N'no', N'no', N'no', 4, 5, 2, 1, 1, 2, 16, 12, 11, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 2, 2, N'other', N'other', N'course', N'father', 1, 2, 0, N'no', N'no', N'no', N'no', N'yes', N'no', N'yes', N'no', 4, 3, 5, 2, 4, 4, 4, 10, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 4, 2, N'health', N'services', N'home', N'father', 1, 2, 0, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 2, 3, 1, 1, 3, 0, 14, 15, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 2, 2, N'other', N'other', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'no', 5, 1, 5, 1, 1, 4, 0, 6, 7, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 4, 4, N'health', N'health', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 4, 2, 1, 1, 3, 0, 14, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 3, 4, N'other', N'other', N'course', N'father', 3, 1, 2, N'no', N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'no', 3, 4, 5, 2, 4, 2, 0, 6, 5, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 1, 0, N'other', N'other', N'reputation', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 3, 2, 1, 1, 3, 2, 13, 15, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'LE3', N'T', 4, 4, N'teacher', N'other', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 4, 4, 1, 3, 5, 0, 13, 11, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 1, 3, N'at_home', N'services', N'home', N'mother', 1, 2, 3, N'no', N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', 4, 3, 5, 1, 1, 3, 0, 8, 7, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'T', 3, 3, N'other', N'other', N'reputation', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 4, 5, 1, 1, 4, 4, 10, 11, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'LE3', N'T', 4, 3, N'teacher', N'other', N'course', N'mother', 2, 2, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 4, 4, 4, 4, 4, 4, 10, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 2, 2, N'services', N'other', N'reputation', N'mother', 2, 2, 0, N'no', N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', 3, 4, 4, 1, 4, 5, 2, 13, 13, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 3, 3, N'other', N'other', N'reputation', N'father', 1, 2, 0, N'no', N'no', N'no', N'yes', N'no', N'yes', N'yes', N'no', 4, 3, 4, 1, 4, 4, 4, 6, 5, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'R', N'GT3', N'T', 4, 2, N'teacher', N'services', N'other', N'mother', 1, 1, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 3, 3, 3, 4, 3, 10, 10, 8, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 4, 3, N'other', N'other', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 5, 2, 3, 1, 1, 2, 4, 10, 10, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 4, 3, N'teacher', N'other', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 3, 4, 3, 2, 3, 3, 10, 9, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 3, 3, N'services', N'other', N'home', N'mother', 1, 2, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 2, 3, 1, 2, 3, 2, 12, 13, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 2, 4, N'services', N'services', N'reputation', N'father', 1, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'no', N'no', 5, 4, 2, 2, 3, 5, 0, 16, 17, 17) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'LE3', N'T', 3, 3, N'other', N'other', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 5, 3, 3, 2, 3, 1, 56, 9, 9, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 3, 2, N'other', N'other', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 1, 2, 2, 1, 2, 1, 14, 12, 13, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 3, 3, N'services', N'services', N'other', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 3, 4, 2, 3, 4, 12, 12, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 1, 2, N'services', N'services', N'other', N'mother', 1, 1, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 3, 3, 3, 1, 2, 3, 2, 11, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'T', 2, 1, N'other', N'other', N'course', N'mother', 1, 2, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 2, 3, 1, 2, 5, 0, 15, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'A', 3, 3, N'health', N'other', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'no', N'no', N'yes', N'yes', N'yes', 3, 3, 3, 1, 3, 3, 6, 8, 7, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'R', N'GT3', N'T', 1, 2, N'at_home', N'other', N'home', N'mother', 1, 2, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', N'no', 3, 1, 3, 1, 5, 3, 4, 8, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 2, 3, N'services', N'services', N'course', N'mother', 1, 2, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 1, 2, 10, 11, 12, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 1, 1, N'at_home', N'services', N'course', N'mother', 1, 2, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 3, 3, 1, 1, 3, 0, 8, 8, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 1, 2, N'at_home', N'services', N'other', N'other', 2, 2, 0, N'no', N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', 4, 4, 4, 4, 5, 5, 12, 7, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'R', N'GT3', N'T', 3, 3, N'services', N'services', N'reputation', N'mother', 1, 1, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 2, 3, 4, 5, 8, 8, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 2, 3, N'other', N'other', N'home', N'father', 2, 1, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 5, 3, 3, 1, 1, 3, 0, 13, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'LE3', N'T', 2, 4, N'services', N'services', N'course', N'father', 1, 2, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 3, 2, 1, 1, 5, 0, 14, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 4, 4, N'services', N'teacher', N'home', N'mother', 1, 1, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 5, 2, 3, 1, 2, 5, 4, 17, 15, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'R', N'LE3', N'T', 3, 3, N'teacher', N'other', N'home', N'father', 3, 1, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 3, 3, 4, 3, 5, 3, 8, 9, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 4, 4, N'services', N'teacher', N'home', N'mother', 2, 1, 1, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 2, 4, 2, 3, 2, 24, 18, 18, 18) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'LE3', N'T', 4, 4, N'teacher', N'teacher', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 5, 2, 1, 2, 3, 0, 9, 9, 10) GO INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 4, 3, N'health', N'other', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 5, 1, 5, 2, 2, 16, 16, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 2, 3, N'other', N'other', N'reputation', N'mother', 1, 2, 0, N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', N'no', 4, 4, 3, 1, 3, 4, 6, 8, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 1, 1, N'other', N'other', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'no', N'no', 4, 4, 4, 1, 3, 1, 4, 9, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'R', N'GT3', N'T', 2, 2, N'other', N'other', N'reputation', N'mother', 1, 1, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 5, 3, 2, 1, 2, 3, 18, 7, 6, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'R', N'GT3', N'T', 2, 2, N'services', N'services', N'reputation', N'mother', 2, 4, 0, N'no', N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'no', 5, 3, 5, 1, 1, 5, 6, 10, 10, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 3, 4, N'at_home', N'services', N'home', N'mother', 1, 3, 1, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 4, 3, 3, 4, 5, 28, 10, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'A', 3, 1, N'services', N'other', N'course', N'mother', 1, 2, 3, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 2, 3, 3, 2, 2, 4, 5, 7, 7, 7) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 4, 3, N'teacher', N'other', N'other', N'mother', 1, 2, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 1, 3, 2, 1, 1, 1, 10, 11, 12, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 1, 1, N'at_home', N'other', N'home', N'mother', 2, 1, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', N'no', 4, 3, 2, 1, 4, 5, 6, 9, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'R', N'GT3', N'T', 4, 3, N'teacher', N'other', N'reputation', N'mother', 2, 3, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 4, 2, 1, 1, 4, 6, 7, 7, 7) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 19, N'U', N'GT3', N'T', 3, 3, N'other', N'other', N'reputation', N'other', 1, 4, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 2, 3, 10, 8, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'LE3', N'T', 4, 4, N'services', N'other', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 5, 3, 5, 4, 5, 3, 13, 12, 12, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'A', 2, 2, N'other', N'other', N'reputation', N'mother', 1, 2, 0, N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 3, 3, 4, 1, 1, 4, 0, 12, 13, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 2, 2, N'services', N'other', N'home', N'mother', 1, 2, 1, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 4, 4, 2, 4, 5, 15, 6, 7, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'R', N'LE3', N'T', 4, 4, N'services', N'other', N'other', N'mother', 1, 1, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', N'no', 5, 2, 1, 1, 2, 3, 12, 8, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'LE3', N'T', 3, 2, N'other', N'other', N'reputation', N'mother', 2, 2, 0, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 4, 4, 1, 3, 1, 2, 14, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 4, 3, N'other', N'other', N'reputation', N'mother', 1, 2, 2, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 3, 4, 5, 2, 4, 1, 22, 6, 6, 4) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'LE3', N'T', 3, 3, N'services', N'health', N'home', N'father', 1, 2, 1, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 3, 2, 4, 2, 4, 4, 13, 6, 6, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 2, 3, N'at_home', N'other', N'home', N'father', 2, 1, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', N'no', 3, 3, 3, 1, 4, 3, 3, 7, 7, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 2, 2, N'at_home', N'at_home', N'course', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 1, 4, 4, 9, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'R', N'GT3', N'T', 2, 1, N'at_home', N'services', N'reputation', N'mother', 2, 2, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 2, 5, 1, 2, 5, 2, 6, 6, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 1, 1, N'at_home', N'other', N'reputation', N'mother', 1, 3, 1, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'no', N'yes', 4, 3, 4, 1, 1, 5, 0, 6, 5, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 2, 3, N'services', N'teacher', N'other', N'mother', 1, 2, 0, N'yes', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 2, 3, 1, 1, 1, 3, 2, 16, 16, 17) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 2, 2, N'other', N'other', N'home', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 3, 3, 3, 5, 5, 4, 0, 12, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 4, 4, N'teacher', N'services', N'home', N'mother', 1, 3, 0, N'no', N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'no', 5, 3, 2, 1, 1, 5, 0, 13, 13, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'R', N'GT3', N'T', 3, 1, N'other', N'other', N'reputation', N'mother', 1, 2, 1, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 5, 3, 3, 1, 1, 4, 16, 9, 8, 7) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 3, 2, N'other', N'other', N'course', N'mother', 1, 2, 0, N'no', N'no', N'no', N'yes', N'no', N'yes', N'yes', N'no', 5, 3, 4, 1, 3, 3, 10, 16, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'LE3', N'T', 2, 3, N'services', N'services', N'reputation', N'father', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'no', 5, 3, 3, 1, 3, 3, 2, 12, 11, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'LE3', N'T', 2, 1, N'at_home', N'other', N'course', N'mother', 4, 2, 0, N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 3, 2, 4, 5, 3, 14, 10, 8, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'A', 2, 1, N'other', N'other', N'course', N'mother', 2, 3, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 3, 2, 3, 1, 2, 3, 10, 12, 10, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'LE3', N'T', 4, 3, N'health', N'other', N'reputation', N'father', 1, 2, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 3, 2, 3, 1, 2, 3, 14, 13, 13, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'R', N'GT3', N'T', 2, 2, N'other', N'other', N'course', N'father', 2, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 5, 2, 1, 1, 1, 4, 11, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 4, 4, N'teacher', N'teacher', N'reputation', N'mother', 1, 2, 0, N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 5, 5, 1, 3, 2, 14, 11, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 4, 4, N'health', N'other', N'reputation', N'father', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 2, 4, 2, 4, 1, 2, 14, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'T', 1, 1, N'other', N'other', N'home', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 3, 4, 2, 1, 1, 5, 18, 9, 7, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 3, 2, N'at_home', N'other', N'reputation', N'mother', 2, 3, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 5, 3, 3, 1, 3, 2, 10, 11, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'LE3', N'T', 2, 2, N'other', N'other', N'home', N'father', 1, 2, 0, N'no', N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', 4, 4, 2, 5, 5, 4, 4, 14, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 16, N'U', N'GT3', N'T', 2, 1, N'other', N'other', N'home', N'mother', 1, 1, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 4, 5, 2, 1, 1, 5, 20, 13, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'R', N'GT3', N'T', 2, 1, N'at_home', N'services', N'course', N'mother', 3, 2, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', N'no', 2, 1, 1, 1, 1, 3, 2, 13, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 2, 2, N'other', N'services', N'reputation', N'father', 1, 2, 1, N'no', N'no', N'no', N'no', N'yes', N'no', N'yes', N'no', 5, 5, 4, 3, 5, 2, 0, 7, 7, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'LE3', N'T', 4, 3, N'health', N'other', N'course', N'mother', 2, 2, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 2, 5, 5, 1, 4, 5, 14, 12, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'R', N'LE3', N'A', 4, 4, N'teacher', N'other', N'course', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 3, 3, 3, 2, 3, 4, 2, 10, 11, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'LE3', N'T', 4, 3, N'teacher', N'other', N'course', N'mother', 1, 1, 0, N'no', N'no', N'no', N'yes', N'no', N'yes', N'yes', N'no', 5, 4, 5, 1, 1, 3, 0, 6, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 4, 4, N'services', N'services', N'course', N'mother', 1, 1, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 3, 2, 1, 2, 5, 0, 13, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 2, 1, N'other', N'other', N'course', N'other', 2, 3, 0, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'yes', 4, 4, 4, 1, 1, 3, 0, 7, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 2, 1, N'other', N'other', N'course', N'mother', 3, 1, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 1, 4, 6, 18, 18, 18) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 2, 3, N'other', N'other', N'course', N'father', 2, 1, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 5, 2, 2, 1, 1, 2, 4, 12, 12, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 22, N'U', N'GT3', N'T', 3, 1, N'services', N'services', N'other', N'mother', 1, 1, 3, N'no', N'no', N'no', N'no', N'no', N'no', N'yes', N'yes', 5, 4, 5, 5, 5, 1, 16, 6, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'R', N'LE3', N'T', 3, 3, N'other', N'services', N'course', N'mother', 1, 2, 1, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 4, 3, 3, 1, 3, 5, 8, 3, 5, 5) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 0, 2, N'other', N'other', N'other', N'mother', 1, 1, 0, N'no', N'no', N'yes', N'no', N'no', N'yes', N'yes', N'no', 4, 3, 2, 2, 4, 5, 0, 13, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 3, 2, N'services', N'other', N'course', N'mother', 2, 1, 1, N'no', N'no', N'no', N'no', N'yes', N'no', N'yes', N'no', 4, 4, 5, 2, 4, 5, 0, 6, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'U', N'GT3', N'T', 3, 3, N'at_home', N'other', N'reputation', N'other', 3, 2, 0, N'yes', N'yes', N'no', N'no', N'no', N'yes', N'yes', N'no', 5, 3, 3, 1, 3, 2, 6, 7, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 2, 1, N'services', N'services', N'other', N'mother', 1, 1, 1, N'no', N'no', N'no', N'no', N'no', N'no', N'yes', N'no', 3, 2, 5, 2, 5, 5, 4, 6, 9, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 16, N'R', N'GT3', N'T', 2, 1, N'other', N'other', N'course', N'mother', 2, 1, 0, N'no', N'no', N'no', N'yes', N'no', N'yes', N'no', N'no', 3, 3, 2, 1, 3, 3, 0, 8, 9, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'R', N'GT3', N'T', 2, 1, N'other', N'other', N'course', N'mother', 1, 1, 0, N'no', N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', 4, 4, 2, 2, 4, 5, 0, 8, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'LE3', N'T', 1, 1, N'health', N'other', N'course', N'mother', 2, 1, 1, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 4, 4, 1, 2, 5, 2, 7, 9, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'LE3', N'T', 4, 2, N'teacher', N'services', N'reputation', N'mother', 1, 4, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 2, 3, 1, 1, 4, 6, 14, 12, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 19, N'U', N'LE3', N'A', 4, 3, N'services', N'at_home', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 1, 1, 1, 1, 12, 11, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 2, 1, N'other', N'other', N'home', N'mother', 1, 2, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 2, 4, 1, 2, 4, 8, 15, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'LE3', N'T', 2, 2, N'services', N'services', N'course', N'father', 1, 4, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 3, 4, 1, 1, 1, 2, 0, 10, 9, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 4, 3, N'services', N'other', N'home', N'father', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 3, 1, 2, 1, 3, 2, 21, 17, 18, 18) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 4, 3, N'teacher', N'other', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'no', 4, 3, 2, 1, 1, 3, 2, 8, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'R', N'GT3', N'T', 3, 2, N'other', N'other', N'course', N'mother', 1, 3, 0, N'no', N'no', N'no', N'yes', N'no', N'yes', N'no', N'no', 5, 3, 2, 1, 1, 3, 1, 13, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 3, 3, N'other', N'other', N'home', N'mother', 1, 3, 0, N'no', N'no', N'no', N'yes', N'no', N'yes', N'no', N'no', 3, 2, 3, 1, 1, 4, 4, 10, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 2, 2, N'at_home', N'services', N'home', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 3, 3, 1, 1, 3, 0, 9, 10, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'R', N'LE3', N'A', 3, 4, N'other', N'other', N'reputation', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 2, 5, 3, 4, 1, 13, 17, 17, 17) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 3, 1, N'services', N'other', N'other', N'mother', 1, 2, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 5, 4, 4, 3, 4, 5, 2, 9, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'R', N'GT3', N'T', 4, 4, N'teacher', N'other', N'reputation', N'mother', 2, 2, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 4, 2, 2, 4, 8, 12, 10, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 4, 2, N'health', N'other', N'reputation', N'father', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 5, 4, 5, 1, 3, 5, 10, 10, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'R', N'GT3', N'T', 2, 1, N'other', N'other', N'reputation', N'mother', 2, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'no', N'yes', N'yes', 4, 3, 5, 1, 2, 3, 0, 6, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 19, N'U', N'GT3', N'T', 3, 3, N'other', N'services', N'home', N'other', 1, 2, 2, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 5, 3, 3, 5, 15, 9, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 2, 3, N'other', N'services', N'reputation', N'father', 1, 4, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 5, 5, 1, 3, 2, 4, 15, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'LE3', N'T', 1, 1, N'other', N'other', N'home', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'no', N'no', 4, 4, 3, 1, 1, 3, 2, 11, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'R', N'GT3', N'T', 1, 2, N'at_home', N'at_home', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'no', N'yes', N'no', N'yes', 3, 5, 2, 2, 2, 1, 2, 15, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 2, 4, N'at_home', N'health', N'reputation', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 3, 3, 1, 1, 1, 2, 10, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'LE3', N'T', 2, 2, N'services', N'other', N'course', N'mother', 2, 2, 0, N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 4, 4, 2, 3, 5, 6, 12, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'R', N'GT3', N'A', 3, 2, N'other', N'services', N'home', N'mother', 2, 2, 0, N'no', N'no', N'no', N'no', N'no', N'no', N'yes', N'yes', 4, 1, 1, 1, 1, 5, 75, 10, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 4, 4, N'teacher', N'services', N'home', N'mother', 2, 1, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 3, 2, 4, 1, 4, 3, 22, 9, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 4, 4, N'health', N'health', N'reputation', N'father', 1, 2, 1, N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 2, 4, 4, 1, 1, 4, 15, 9, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'LE3', N'T', 4, 3, N'teacher', N'services', N'course', N'mother', 2, 1, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 2, 3, 1, 2, 1, 8, 10, 11, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'LE3', N'A', 4, 1, N'services', N'other', N'home', N'mother', 2, 1, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 5, 4, 2, 4, 5, 30, 8, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'LE3', N'A', 3, 2, N'teacher', N'services', N'home', N'mother', 1, 1, 1, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 4, 4, 3, 4, 3, 19, 11, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'R', N'LE3', N'T', 1, 1, N'at_home', N'other', N'reputation', N'mother', 2, 4, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', N'no', 5, 2, 2, 1, 1, 3, 1, 12, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 1, 1, N'other', N'other', N'home', N'mother', 2, 2, 0, N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 4, 4, 1, 1, 4, 4, 8, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 2, 2, N'other', N'other', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'no', N'no', N'yes', N'yes', N'no', 5, 4, 5, 1, 2, 5, 4, 10, 9, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 1, 1, N'other', N'other', N'reputation', N'father', 1, 2, 0, N'no', N'no', N'yes', N'no', N'no', N'yes', N'yes', N'no', 4, 3, 3, 1, 2, 4, 2, 12, 10, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 2, 2, N'at_home', N'at_home', N'other', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 2, 2, 5, 18, 18, 19) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 1, 1, N'services', N'teacher', N'reputation', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 1, 3, 6, 13, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 2, 1, N'services', N'services', N'reputation', N'mother', 1, 3, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 2, 4, 1, 3, 2, 6, 15, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'LE3', N'A', 4, 4, N'teacher', N'teacher', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 5, 4, 3, 1, 1, 2, 9, 15, 13, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 4, 2, N'teacher', N'other', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 3, 2, 1, 4, 5, 11, 12, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 4, 3, N'health', N'services', N'reputation', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 2, 2, 1, 2, 3, 0, 15, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'LE3', N'T', 2, 1, N'services', N'at_home', N'reputation', N'mother', 1, 2, 1, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 5, 4, 3, 1, 1, 5, 12, 12, 12, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'R', N'LE3', N'T', 3, 1, N'services', N'other', N'reputation', N'mother', 2, 4, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', N'no', 3, 1, 2, 1, 1, 3, 6, 18, 18, 18) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'R', N'LE3', N'T', 3, 2, N'services', N'other', N'reputation', N'mother', 2, 3, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 5, 4, 2, 1, 1, 4, 8, 14, 13, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 3, 3, N'health', N'other', N'home', N'mother', 1, 1, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 4, 3, 1, 3, 5, 4, 14, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 19, N'U', N'GT3', N'T', 4, 4, N'health', N'other', N'reputation', N'other', 2, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 2, 3, 4, 2, 3, 2, 0, 10, 9, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'LE3', N'T', 4, 3, N'other', N'other', N'home', N'other', 2, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 4, 5, 1, 2, 2, 10, 10, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 4, 3, N'other', N'other', N'reputation', N'father', 1, 4, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 1, 3, 0, 14, 13, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'LE3', N'T', 4, 4, N'teacher', N'teacher', N'home', N'mother', 1, 1, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 1, 4, 2, 2, 2, 1, 5, 16, 15, 16) GO INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'LE3', N'A', 4, 4, N'health', N'other', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 4, 2, 4, 1, 1, 4, 14, 12, 10, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'LE3', N'T', 4, 4, N'other', N'teacher', N'home', N'father', 2, 1, 0, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 1, 1, 2, 2, 5, 0, 11, 11, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 4, 2, N'other', N'other', N'reputation', N'mother', 2, 3, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 1, 3, 0, 15, 12, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 3, 2, N'health', N'health', N'reputation', N'father', 1, 4, 0, N'no', N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'no', 5, 2, 2, 1, 2, 5, 0, 17, 17, 18) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 19, N'U', N'GT3', N'T', 3, 3, N'other', N'other', N'home', N'other', 1, 2, 1, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 4, 4, 1, 1, 3, 20, 15, 14, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 2, 4, N'services', N'at_home', N'reputation', N'other', 1, 2, 1, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 4, 3, 1, 1, 3, 8, 14, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 20, N'U', N'GT3', N'A', 3, 2, N'services', N'other', N'course', N'other', 1, 1, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', N'no', 5, 5, 3, 1, 1, 5, 0, 17, 18, 18) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 19, N'U', N'GT3', N'T', 4, 4, N'teacher', N'services', N'reputation', N'other', 2, 1, 1, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 3, 4, 1, 1, 4, 38, 8, 9, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 19, N'R', N'GT3', N'T', 3, 3, N'other', N'services', N'reputation', N'father', 1, 2, 1, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', N'yes', 4, 5, 3, 1, 2, 5, 0, 15, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 19, N'U', N'LE3', N'T', 1, 1, N'at_home', N'other', N'reputation', N'other', 1, 2, 1, N'yes', N'yes', N'no', N'yes', N'no', N'yes', N'yes', N'no', 4, 4, 3, 1, 3, 3, 18, 12, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 19, N'U', N'LE3', N'T', 1, 2, N'services', N'services', N'home', N'other', 1, 2, 1, N'no', N'no', N'no', N'yes', N'no', N'yes', N'no', N'yes', 4, 2, 4, 2, 2, 3, 0, 9, 9, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 19, N'U', N'GT3', N'T', 2, 1, N'at_home', N'other', N'other', N'other', 3, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'no', N'yes', N'yes', 3, 4, 1, 1, 1, 2, 20, 14, 12, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 19, N'U', N'GT3', N'T', 1, 2, N'other', N'services', N'course', N'other', 1, 2, 1, N'no', N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', 4, 5, 2, 2, 2, 4, 3, 13, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 19, N'U', N'LE3', N'T', 3, 2, N'services', N'other', N'reputation', N'other', 2, 2, 1, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'yes', 4, 2, 2, 1, 2, 1, 22, 13, 10, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 19, N'U', N'GT3', N'T', 1, 1, N'at_home', N'health', N'home', N'other', 1, 3, 2, N'no', N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', 4, 1, 2, 1, 1, 3, 14, 15, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 19, N'R', N'GT3', N'T', 2, 3, N'other', N'other', N'reputation', N'other', 1, 3, 1, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 4, 1, 2, 1, 1, 3, 40, 13, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 2, 1, N'services', N'other', N'course', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 5, 3, 3, 1, 2, 1, 0, 8, 8, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 4, 3, N'other', N'other', N'course', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 3, 4, 1, 1, 5, 9, 9, 10, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'R', N'GT3', N'T', 3, 4, N'at_home', N'services', N'course', N'father', 1, 3, 0, N'no', N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'no', 4, 3, 4, 2, 5, 5, 0, 11, 11, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 4, 4, N'teacher', N'other', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 4, 4, 3, 3, 5, 2, 11, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'A', 4, 3, N'services', N'services', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 5, 2, 2, 1, 2, 5, 23, 13, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 2, 2, N'other', N'other', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'no', N'yes', 4, 2, 2, 1, 1, 3, 12, 11, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'R', N'LE3', N'T', 2, 2, N'services', N'services', N'course', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 3, 3, 2, 2, 2, 3, 3, 11, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 3, 1, N'services', N'services', N'course', N'father', 1, 3, 0, N'no', N'yes', N'no', N'no', N'no', N'yes', N'yes', N'no', 3, 4, 3, 2, 3, 5, 1, 12, 14, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'LE3', N'T', 0, 2, N'at_home', N'at_home', N'home', N'father', 2, 3, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 3, 3, 3, 2, 3, 2, 0, 16, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 4, 4, N'other', N'other', N'course', N'mother', 1, 3, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 2, 2, 3, 3, 9, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'U', N'GT3', N'T', 3, 3, N'other', N'services', N'reputation', N'mother', 1, 1, 0, N'no', N'no', N'no', N'yes', N'no', N'yes', N'yes', N'no', 4, 3, 5, 3, 5, 5, 3, 14, 15, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 17, N'R', N'GT3', N'T', 2, 2, N'services', N'other', N'course', N'mother', 4, 1, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 4, 5, 5, 5, 4, 8, 11, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 4, 4, N'teacher', N'services', N'course', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 5, 4, 4, 1, 3, 4, 7, 10, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 4, 4, N'teacher', N'teacher', N'course', N'mother', 2, 3, 0, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'yes', 4, 3, 3, 1, 2, 4, 4, 14, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'LE3', N'T', 2, 2, N'other', N'other', N'course', N'mother', 1, 4, 0, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 5, 5, 2, 4, 5, 2, 9, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'R', N'GT3', N'T', 2, 4, N'at_home', N'other', N'course', N'father', 1, 3, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 4, 4, 3, 1, 1, 5, 7, 12, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 3, 3, N'services', N'services', N'home', N'mother', 1, 2, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 5, 3, 4, 1, 1, 4, 0, 7, 0, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'LE3', N'T', 2, 2, N'other', N'other', N'home', N'other', 1, 2, 0, N'no', N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', 4, 3, 3, 1, 1, 2, 0, 8, 8, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'R', N'GT3', N'T', 2, 2, N'at_home', N'other', N'course', N'mother', 2, 4, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', N'no', 4, 4, 4, 1, 1, 4, 0, 10, 9, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 3, 4, N'services', N'other', N'course', N'mother', 1, 3, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 4, 5, 1, 3, 5, 16, 16, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 19, N'R', N'GT3', N'A', 3, 1, N'services', N'at_home', N'home', N'other', 1, 3, 1, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'no', N'no', 5, 4, 3, 1, 2, 5, 12, 14, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 3, 2, N'other', N'other', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 3, 2, 2, 3, 2, 0, 7, 8, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'LE3', N'T', 3, 3, N'services', N'services', N'home', N'mother', 1, 4, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 5, 3, 3, 1, 1, 1, 7, 16, 15, 17) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'R', N'GT3', N'A', 3, 2, N'other', N'other', N'home', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 2, 3, 2, 4, 9, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 19, N'U', N'GT3', N'T', 2, 1, N'services', N'services', N'home', N'other', 1, 3, 1, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 3, 4, 1, 3, 3, 4, 11, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 4, 4, N'teacher', N'services', N'home', N'father', 1, 2, 1, N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 2, 2, 2, 0, 10, 10, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'LE3', N'T', 3, 4, N'services', N'other', N'home', N'mother', 1, 2, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 3, 3, 1, 3, 5, 11, 16, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'A', 2, 2, N'at_home', N'at_home', N'home', N'father', 1, 2, 1, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 3, 3, 1, 1, 2, 4, 0, 9, 8, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 2, 3, N'at_home', N'other', N'course', N'mother', 1, 3, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 2, 3, 4, 11, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 18, N'U', N'GT3', N'T', 3, 2, N'other', N'services', N'other', N'mother', 1, 3, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 5, 4, 3, 2, 3, 1, 7, 13, 13, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'R', N'GT3', N'T', 4, 3, N'teacher', N'services', N'course', N'mother', 1, 3, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 5, 3, 2, 1, 2, 4, 9, 16, 15, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'M', 18, N'U', N'GT3', N'T', 4, 3, N'teacher', N'other', N'course', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 5, 4, 5, 2, 3, 5, 0, 10, 10, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'GP', N'F', 17, N'U', N'GT3', N'T', 4, 3, N'health', N'other', N'reputation', N'mother', 1, 3, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 4, 3, 1, 3, 4, 0, 13, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 18, N'R', N'GT3', N'T', 3, 2, N'other', N'other', N'course', N'mother', 2, 1, 1, N'no', N'yes', N'no', N'no', N'no', N'yes', N'yes', N'no', 2, 5, 5, 5, 5, 5, 10, 11, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 19, N'R', N'GT3', N'T', 1, 1, N'other', N'services', N'home', N'other', 3, 2, 3, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 5, 4, 4, 3, 3, 2, 8, 8, 7, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 17, N'U', N'GT3', N'T', 3, 3, N'health', N'other', N'course', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 5, 4, 2, 3, 3, 2, 13, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 18, N'U', N'LE3', N'T', 1, 3, N'at_home', N'services', N'course', N'mother', 1, 1, 1, N'no', N'no', N'no', N'no', N'yes', N'no', N'yes', N'yes', 4, 3, 3, 2, 3, 3, 7, 8, 7, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 19, N'R', N'GT3', N'T', 1, 1, N'other', N'other', N'home', N'other', 3, 1, 1, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 4, 4, 3, 3, 5, 4, 8, 8, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 17, N'R', N'GT3', N'T', 4, 3, N'services', N'other', N'home', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', 4, 5, 5, 1, 3, 2, 4, 13, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'U', N'GT3', N'T', 3, 3, N'services', N'services', N'course', N'father', 1, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'no', N'yes', 5, 3, 4, 1, 1, 5, 0, 10, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 17, N'R', N'GT3', N'T', 4, 4, N'teacher', N'services', N'other', N'father', 2, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 4, 3, 3, 1, 2, 5, 4, 12, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 17, N'U', N'LE3', N'A', 3, 2, N'services', N'other', N'reputation', N'mother', 2, 2, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', N'yes', 1, 2, 3, 1, 2, 5, 2, 12, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 18, N'U', N'LE3', N'T', 1, 1, N'other', N'services', N'home', N'father', 2, 1, 0, N'no', N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', 3, 3, 2, 1, 2, 3, 4, 10, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'U', N'LE3', N'T', 1, 1, N'at_home', N'services', N'course', N'father', 2, 3, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 5, 3, 2, 1, 1, 4, 0, 18, 16, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'R', N'LE3', N'A', 1, 4, N'at_home', N'other', N'course', N'mother', 3, 2, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', N'yes', 4, 3, 4, 1, 4, 5, 0, 13, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 18, N'R', N'LE3', N'T', 1, 1, N'at_home', N'other', N'other', N'mother', 2, 2, 1, N'no', N'no', N'no', N'yes', N'no', N'no', N'no', N'no', 4, 4, 3, 2, 3, 5, 2, 13, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'U', N'GT3', N'T', 3, 3, N'services', N'services', N'other', N'mother', 2, 2, 0, N'no', N'yes', N'no', N'no', N'yes', N'yes', N'yes', N'yes', 4, 3, 2, 1, 3, 3, 0, 11, 11, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 17, N'U', N'LE3', N'T', 4, 4, N'at_home', N'at_home', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 2, 3, 4, 1, 1, 1, 0, 16, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 17, N'R', N'GT3', N'T', 1, 2, N'other', N'services', N'course', N'father', 2, 2, 0, N'no', N'no', N'no', N'no', N'no', N'yes', N'no', N'no', 3, 2, 2, 1, 2, 3, 0, 12, 11, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 18, N'R', N'GT3', N'T', 1, 3, N'at_home', N'other', N'course', N'mother', 2, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', N'no', 3, 3, 4, 2, 4, 3, 4, 10, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 18, N'U', N'LE3', N'T', 4, 4, N'teacher', N'services', N'other', N'mother', 2, 3, 0, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 2, 2, 2, 2, 5, 0, 13, 13, 13) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 17, N'R', N'GT3', N'T', 1, 1, N'other', N'services', N'reputation', N'mother', 3, 1, 1, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 5, 2, 1, 1, 2, 1, 0, 7, 6, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'U', N'GT3', N'T', 2, 3, N'at_home', N'services', N'course', N'father', 2, 1, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 5, 2, 3, 1, 2, 4, 0, 11, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'R', N'GT3', N'T', 4, 4, N'other', N'teacher', N'other', N'father', 3, 2, 0, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'yes', 3, 2, 2, 4, 2, 5, 10, 14, 12, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 19, N'U', N'LE3', N'T', 3, 2, N'services', N'services', N'home', N'other', 2, 2, 2, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', N'yes', 3, 2, 2, 1, 1, 3, 4, 7, 7, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 18, N'R', N'LE3', N'T', 1, 2, N'at_home', N'services', N'other', N'father', 3, 1, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'no', N'yes', N'yes', 4, 3, 3, 2, 3, 3, 3, 14, 12, 12) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 17, N'U', N'GT3', N'T', 2, 2, N'other', N'at_home', N'home', N'mother', 1, 3, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', N'yes', 3, 4, 3, 1, 1, 3, 8, 13, 11, 11) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 17, N'R', N'GT3', N'T', 1, 2, N'other', N'other', N'course', N'mother', 1, 1, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 3, 5, 5, 1, 3, 1, 14, 6, 5, 5) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'R', N'LE3', N'T', 4, 4, N'other', N'other', N'reputation', N'mother', 2, 3, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 5, 4, 4, 1, 1, 1, 0, 19, 18, 19) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'R', N'GT3', N'T', 1, 1, N'other', N'other', N'home', N'mother', 4, 3, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 2, 1, 2, 4, 2, 8, 8, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 20, N'U', N'GT3', N'T', 4, 2, N'health', N'other', N'course', N'other', 2, 3, 2, N'no', N'yes', N'yes', N'no', N'no', N'yes', N'yes', N'yes', 5, 4, 3, 1, 1, 3, 4, 15, 14, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'R', N'LE3', N'T', 4, 4, N'teacher', N'services', N'course', N'mother', 1, 2, 0, N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'no', 5, 4, 3, 3, 4, 2, 4, 8, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'U', N'GT3', N'T', 3, 3, N'other', N'other', N'home', N'mother', 1, 2, 0, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', N'yes', 4, 1, 3, 1, 2, 1, 0, 15, 15, 15) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 17, N'R', N'GT3', N'T', 3, 1, N'at_home', N'other', N'reputation', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'yes', N'no', N'yes', N'yes', N'no', 4, 5, 4, 2, 3, 1, 17, 10, 10, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 18, N'U', N'GT3', N'T', 4, 4, N'teacher', N'teacher', N'home', N'father', 1, 2, 0, N'no', N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', 3, 2, 4, 1, 4, 2, 4, 15, 14, 14) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 18, N'R', N'GT3', N'T', 2, 1, N'other', N'other', N'other', N'mother', 2, 1, 0, N'no', N'no', N'no', N'yes', N'no', N'yes', N'yes', N'yes', 4, 4, 3, 1, 3, 5, 5, 7, 6, 7) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 17, N'U', N'GT3', N'T', 2, 3, N'other', N'services', N'home', N'father', 2, 2, 0, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'yes', N'no', 4, 4, 3, 1, 1, 3, 2, 11, 11, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 19, N'R', N'GT3', N'T', 1, 1, N'other', N'services', N'other', N'mother', 2, 1, 1, N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', N'no', 4, 3, 2, 1, 3, 5, 0, 6, 5, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 18, N'R', N'GT3', N'T', 4, 2, N'other', N'other', N'home', N'father', 2, 1, 1, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'no', N'no', 5, 4, 3, 4, 3, 3, 14, 6, 5, 5) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'R', N'GT3', N'T', 2, 2, N'at_home', N'other', N'other', N'mother', 2, 3, 0, N'no', N'no', N'yes', N'no', N'yes', N'yes', N'no', N'no', 5, 3, 3, 1, 3, 4, 2, 10, 9, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'R', N'GT3', N'T', 4, 4, N'teacher', N'at_home', N'reputation', N'mother', 3, 1, 0, N'no', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', N'yes', 4, 4, 3, 2, 2, 5, 7, 6, 5, 6) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 19, N'R', N'GT3', N'T', 2, 3, N'services', N'other', N'course', N'mother', 1, 3, 1, N'no', N'no', N'no', N'yes', N'no', N'yes', N'yes', N'no', 5, 4, 2, 1, 2, 5, 0, 7, 5, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'U', N'LE3', N'T', 3, 1, N'teacher', N'services', N'course', N'mother', 1, 2, 0, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'yes', N'no', 4, 3, 4, 1, 1, 1, 0, 7, 9, 8) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'F', 18, N'U', N'GT3', N'T', 1, 1, N'other', N'other', N'course', N'mother', 2, 2, 1, N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', N'no', 1, 1, 1, 1, 1, 5, 0, 6, 5, 0) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 20, N'U', N'LE3', N'A', 2, 2, N'services', N'services', N'course', N'other', 1, 2, 2, N'no', N'yes', N'yes', N'no', N'yes', N'yes', N'no', N'no', 5, 5, 4, 4, 5, 4, 11, 9, 9, 9) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 17, N'U', N'LE3', N'T', 3, 1, N'services', N'services', N'course', N'mother', 2, 1, 0, N'no', N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', 2, 4, 5, 3, 4, 2, 3, 14, 16, 16) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 21, N'R', N'GT3', N'T', 1, 1, N'other', N'other', N'course', N'other', 1, 1, 3, N'no', N'no', N'no', N'no', N'no', N'yes', N'no', N'no', 5, 5, 3, 3, 3, 3, 3, 10, 8, 7) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 18, N'R', N'LE3', N'T', 3, 2, N'services', N'other', N'course', N'mother', 3, 1, 0, N'no', N'no', N'no', N'no', N'no', N'yes', N'yes', N'no', 4, 4, 1, 3, 4, 5, 0, 11, 12, 10) INSERT [dbo].[studentMath] ([school], [sex], [age], [address], [famsize], [Pstatus], [Medu], [Fedu], [Mjob], [Fjob], [reason], [guardian], [traveltime], [studytime], [failures], [schoolsup], [famsup], [paid], [activities], [nursery], [higher], [internet], [romantic], [famrel], [freetime], [goout], [Dalc], [Walc], [health], [absences], [G1], [G2], [G3]) VALUES (N'MS', N'M', 19, N'U', N'LE3', N'T', 1, 1, N'other', N'at_home', N'course', N'father', 1, 1, 0, N'no', N'no', N'no', N'no', N'yes', N'yes', N'yes', N'no', 3, 2, 3, 3, 3, 5, 5, 8, 9, 9) GO