Skip to content

Commit

Permalink
Add a new question #Q52 (Ebazhanov#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodday451999 authored Oct 15, 2020
1 parent db5d987 commit 964bcd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mysql/mysql-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,3 +384,9 @@ insert into cars (make, model, year) values ('Ford', 'Mustang', 2002),
- [x] SHOW COLUMNS FROM table;
- [] LIST table COLUMNS;
- [] SELECT COLUMNS FROM table;

#### Q52. How would you list the full set of tables in the currently selected database?
- [] SELECT * FROM DATABASE;
- [x] SHOW TABLES;
- [] LIST TABLES;
- [] SELECT ALL TABLES;

0 comments on commit 964bcd8

Please sign in to comment.