How to get the client to pass a query to the server and then return what the client requested?
Example: The client passes the server the string: sql = "Select nome From Aluno";
and the server would have to return the name or the names of the students enrolled in the database.
How to do it?