By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| version() |
|---|
| 10.6.9-MariaDB-1:10.6.9+maria~deb11 |
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(city varchar(20))' at line 2
Records: 0 Duplicates: 0 Warnings: 0
| Table | Create Table |
|---|---|
| Student | CREATE TABLE `Student` ( `city` varchar(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 |