For complex queries, Active Record Class allows method ________ to directly write parts of the SQL query.

  • buildQuery()
  • composeQuery()
  • rawQuery()
  • writeQuery()
The correct method for directly writing parts of the SQL query in Active Record Class is rawQuery(). This method is useful for handling complex queries where direct SQL is required.
Add your answer
Loading...

Leave a comment

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