Choose two.Examine this statement and output:
mysql> 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 statements can j smith execute?