create table book_202040029 (
no int not null auto_increment,
bookname varchar(30) not null,
writer varchar(30) not null,
publisher varchar(30) not null,
year int not null,
isbn int(20) not null,
primary key(no)
);
Fatal error: Uncaught mysqli_sql_exception: Table 'book_202040029' already exists in /users/2020/i2040029/public_html/2022/WebDB/test/create.php:17
Stack trace:
#0 /users/2020/i2040029/public_html/2022/WebDB/test/create.php(17): mysqli_query()
#1 {main}
thrown in /users/2020/i2040029/public_html/2022/WebDB/test/create.php on line 17