Multiple choice

The first step in executing a SQL query in DBMS is

  1. scanning and parsing

  2. query optimiser

  3. query code generator

  4. runtime database processor

  5. subquery

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

This is the first step in executing a SQL query in DBMS as once a query is entered into the system its meaning is to be clearly understood by the compiler.