Transactions
December 10, 2023
Question 1295 – Nielit STA [02-12-2018]
December 10, 2023
Transactions
December 10, 2023
Question 1295 – Nielit STA [02-12-2018]
December 10, 2023

Database-Management-System

Question 786
The name of parser generator that is used for SQL query parsing is:
A
Lexer parser generator
B
Syntactic parser generator
C
Tokenizer parser generator
D
SQL DML parser generator
Question 786 Explanation: 
→ The parser takes SQL DML statements as input and creates instances of SQL Query Model classes if the SQL is syntactically valid. In addition to the syntactic validation, the parser can also perform a semantic validation.
→ The parser is extensible to support vendor specific dialects and custom source generation.
Correct Answer: D
Question 786 Explanation: 
→ The parser takes SQL DML statements as input and creates instances of SQL Query Model classes if the SQL is syntactically valid. In addition to the syntactic validation, the parser can also perform a semantic validation.
→ The parser is extensible to support vendor specific dialects and custom source generation.

Leave a Reply

Your email address will not be published. Required fields are marked *