First Draft of the Example Files
@@ -0,0 +1,3 @@
SELECT author,title FROM classics WHERE author LIKE "Charles%";
SELECT author,title FROM classics WHERE title LIKE "%Species";
SELECT author,title FROM classics WHERE title LIKE "%and%";
The note is not visible to the blocked user.