Q36.Examine this statement and output: Myswl\> SHOW GRANTS FOR jsmith;
+----------------------------------------------------------------------------- -+
|Grants for jsmith@% |
+----------------------------------------------------------------------------- -+
|GRANT USAGE ON *.* TO jsmith’@’%’ | |GRANT UPDATE(Name)ON ‘world’. ‘country’TO ‘jsmith ‘@’%’|
+----------------------------------------------------------------------------- --+
2 rows in set (0.00 sec)
Which two SQL statement can jsmith execute?(jsmith 可以执行哪两条 SQL 语句)