create table `book_1962026` (
`no` int(20) not null auto_increment,
`name` varchar(20) not null,
`publisher` varchar(20) not null
primary key (`no`)
)
Fatal error: Uncaught mysqli_sql_exception: 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 '(`no`)
)' at line 5 in /users/2019/i1962026/public_html/2022/WebDB/test/create.php:13
Stack trace:
#0 /users/2019/i1962026/public_html/2022/WebDB/test/create.php(13): mysqli_query()
#1 {main}
thrown in /users/2019/i1962026/public_html/2022/WebDB/test/create.php on line 13