BTEQ submits the following statements to the Teradata Database as three single-statement requests:
SELECT * FROM Employee; DELETE FROM Employee WHERE Name = 'Inglis C' AND Empno = 10014; SELECT Name FROM Employee;
BTEQ submits the following statements to the Teradata Database as three single-statement requests:
SELECT * FROM Employee; DELETE FROM Employee WHERE Name = 'Inglis C' AND Empno = 10014; SELECT Name FROM Employee;