Which mechanism is commonly utilized to transmit SQL queries and related data between different components?

Choose the correct answer

Explanation

The correct answer is client-server SQL communication, which facilitates the transfer of SQL commands and data between components, primarily within relational database management systems (RDBMS). Remote procedure calls and SQL injection do not serve this purpose.

Which mechanism is commonly utilized to transmit SQL… — Advanced Software Engineering | PakQuizHub