Multiple choice technology platforms and products

In Lock Tables SQL command tables are seperated by the delimiter

  1. tab

  2. dot

  3. newline

  4. comma

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In SQL LOCK TABLES commands, when locking multiple tables, they are separated by commas. For example: LOCK TABLES table1 READ, table2 WRITE. This is standard SQL syntax across multiple database systems.