create table book_202151042 (
no int(10) not null auto_increment,
bookname VARCHAR(10) not null,
name VARCHAR(30) not null,
publisher VARCHAR(30) not null,
year VARCHAR(15) not null,
ISBN VARCHAR(30) not null,
primary key(no)
) character set utf8mb4;
Fatal error: Uncaught mysqli_sql_exception: Table 'book_202151042' already exists in /users/2021/i2151042/public_html/2022/WebDB/test/create.php:14
Stack trace:
#0 /users/2021/i2151042/public_html/2022/WebDB/test/create.php(14): mysqli_query()
#1 {main}
thrown in /users/2021/i2151042/public_html/2022/WebDB/test/create.php on line 14