From 45c246b5af9321144a54f9b55d7010cdefee12a8 Mon Sep 17 00:00:00 2001 From: Ashwini Patil <91271985+Ashwinip343@users.noreply.github.com> Date: Sun, 9 Oct 2022 00:44:25 +0530 Subject: [PATCH] Update mysql-quiz.md (#4629) Updated Q-38 in MySQL according to #4732 --- mysql/mysql-quiz.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mysql/mysql-quiz.md b/mysql/mysql-quiz.md index 4d3eecaffa..30c9cf3654 100755 --- a/mysql/mysql-quiz.md +++ b/mysql/mysql-quiz.md @@ -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