Question: What can you use to make querying a database more efficient, by avoiding the need to parse the SQL string every time a query is executed from Scala?

  1. database driver
  2. connection
  3. prepared statement
  4. SQL view

Answer: The correct answer of the above question is Option C:prepared statement