create table book_201919054(
no int not null auto_increment,
book varchar(16) not null,
name char(10) not null,
publisher varchar(20)not null,
date year(4) not null,
ISBN varchar(20) not null,
primary key(no)) character set utf8mb4;
Fatal error: Uncaught mysqli_sql_exception: Table 'book_201919054' already exists in /users/2019/i1919054/public_html/2022/WebDB/test/create.php:17
Stack trace:
#0 /users/2019/i1919054/public_html/2022/WebDB/test/create.php(17): mysqli_query()
#1 {main}
thrown in /users/2019/i1919054/public_html/2022/WebDB/test/create.php on line 17