Nieuws

COMMIT: Saves all the changes made during the current transaction permanently to the database. ROLLBACK: Reverts all the changes made during the current transaction back to the state before the ...
INSERT INTO EMPLOYEE VALUES (0001, 'Clark', 'Sales'); -- Add record for employee Clark in Sales INSERT INTO EMPLOYEE VALUES (0002, 'Dave', 'Accounting'); -- Add record for employee Dave in Accounting ...