SQL Databases What specific application type uses more Internet bandwidth than any other? STREAMING SQL's big problem is that its interface is a text string containing the command. The SQL library has an execute function. Your program will call the execute with a text string as an argument containing the SQL command to be executed. Since you have to pass a text string to the execute function, your program will have to build tht text string and a clever, malicious user might be able to trick your software into executing a destructive SQL command. "INSERT INTO STUDENTS('" + STUDENT_NAME + "')" "INSERT INTO STUDENTS ('Robert');Drop Table Students;--'')"