Untitled
unknown
sqlserver
4 years ago
761 B
5
Indexable
insert into Products(ProductCode,Name,Price,StockQuantity)
values
('P01', 'Paper A4', '10', '5000'),
('P02', 'Keyboard', '15', '480'),
('P03', 'Mouse', '12', '800'),
('P04', '17’’ LCD Monitor', '119', '800'),
('P05', '21’’ LCD Monitor','219', '100'),
('P06', 'USB 8G', '45', '150'),
('P07', 'USB 16G', '60', '500')
insert into Customers
values
('C01','Nguyễn Thị Bé', 'Tân Bình', '08457895', '[email protected]'),
('C02','Lê Hoàng Nam', 'Bình Chánh', '09878987','[email protected]'),
('C03','Trần Thị Chiêu', 'Tân Bình', '08457895', ''),
('C04','Mai Thị Quế Anh', 'Bình Chánh', '', ''),
('C05','Lê Văn Sáng', 'Quận 10', '', '[email protected]'),
('C06','Trần Hoàng Khải', 'Tân Bình', '08457897', '')Editor is loading...