First Draft of the Example Files
@@ -0,0 +1,7 @@
USE publications;
CREATE TABLE classics (
author VARCHAR(128),
title VARCHAR(128),
type VARCHAR(16),
year CHAR(4)) ENGINE InnoDB;
DESCRIBE classics;
The note is not visible to the blocked user.