Untitled
unknown
plain_text
9 months ago
156 B
5
Indexable
INSERT INTO Accounts (Acc_no, CustomerID, Balance) VALUES (10001, 1, 5000), (10002, 2, 10000), (10003, 3, 7500), (10004, 4, 3000), (10005, 5, 12000);
Editor is loading...
Leave a Comment
INSERT INTO Accounts (Acc_no, CustomerID, Balance) VALUES (10001, 1, 5000), (10002, 2, 10000), (10003, 3, 7500), (10004, 4, 3000), (10005, 5, 12000);