Multiple choice technology platforms and products In Lock Tables SQL command tables are seperated by the delimiter tab dot newline 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.