SQL statements were executed in the following order:
CREATE TABLE fmaster
(id INTEGER PRIMARY KEY, name TEXT);
CREATE TABLE ftrans
(id INTEGER REFERENCES fmaster (id), stat INTEGER, date DATE);
INSERT INTO fmaster VALUES (1, 'itemA');
INSERT INTO ftrans VALUES (1, 1, CURRENT_DATE);
Select two SQL statements that will generate an error when executed next.
Mindy
7 months agoDulce
7 months agoMaile
7 months agoFelicia
7 months agoNaomi
7 months agoLavonna
8 months agoQueen
8 months agoLemuel
8 months agoGlory
8 months agoEliseo
8 months agoMeaghan
8 months agoKenda
8 months ago