· 8 years ago · Feb 22, 2018, 03:18 AM
1DROP TABLE IF EXISTS Student;
2CREATE TABLE IF NOT EXISTS Student
3(
4StudentID int(4) NOT NULL PRIMARY KEY,
5Read decimal(2,1) NOT NULL
6);
7
8You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Read decimal(2,1) NOTNULL)' at line 4