Q1 Single choice Flag User A issues the command:LOCK TABLES pets READ;Which command can User B execute against the pets table? A UPDATE pets... B SELECT....FROM pets C INSERT INTO pets... D ALTER TABLE pets... Correct answer