What is the purpose of the SQLEXEC function? What are its benefits and draw backs?

SQLEXEC is used to execute the sql statements(select,insert,update,delete).

        We can get only one row at a time.