Skip to content

Commit

Permalink
Update mysql-quiz.md (Ebazhanov#4629)
Browse files Browse the repository at this point in the history
Updated Q-38 in MySQL according to Ebazhanov#4732
  • Loading branch information
Ashwinip343 authored Oct 8, 2022
1 parent 0141d57 commit 45c246b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mysql/mysql-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,13 @@

#### Q38. What cannot have a trigger associated with it?

- [ ] temporary table
- [x] system table
- [x] temporary table
- [ ] system table
- [ ] large table
- [ ] new table

[Reference](https://dev.mysql.com/doc/refman/5.7/en/create-trigger.html)

#### Q39. later versions of mysql support the native json data type for storing json documents. What is a drawback of json columns?

- [ ] inefficient for storing json documents
Expand Down

0 comments on commit 45c246b

Please sign in to comment.