Sample data

This commit is contained in:
Imbus 2024-04-22 14:07:00 +02:00
parent 09e733add3
commit 18b2e14e78

View file

@ -0,0 +1,4 @@
-- Inserts here
INSERT INTO Customers (CustomerID, Name, Address) VALUES
(1, 'John Doe', '123 Main St'),
(2, 'Jane Smith', '456 Elm St');