Untitled

mail@pastecode.io avatar
unknown
plain_text
10 days ago
156 B
3
Indexable
Never
INSERT INTO Accounts (Acc_no, CustomerID, Balance) VALUES
(10001, 1, 5000),
(10002, 2, 10000),
(10003, 3, 7500),
(10004, 4, 3000),
(10005, 5, 12000);
Leave a Comment