Adhoc queries are "sent" into the database server as plain text, e.g. "Select column_a, b, c from myTable" That distinguishes them from other methods, like Stored Procedures, where the SQL statement(s) are not delivered to the server in that way.