Referential Cycle 2.0
Referential Cycle 2.0
Kamal Tanwar
Tanmay Gupte
Bhagesh Khavshe
Venkatesh Rao
Bruno Nellisery
Harish Mordani
DATA INTEGRITY
Refers to the correctness and completeness of the data in a
database
INSERT INTO OFFICES (OFFICE, CITY, REGION, MGR, TARGET, SALES) VALUES
(14,'Detroit', 'Eastern', 115, 0.00, 0.00)
Soln:
INSERT INTO SALESREPS (EMPL_NUM, NAME, REP_OFFICE,HIRE_DATE, SALES) VALUES
(115,'Ben Adams', NULL, '01-APR-90', 0.00)