mirror of
https://codeberg.org/ThisIsMiseryy/techstore
synced 2026-03-29 20:21:20 +00:00
Aggiunta prodotto di esempio
This commit is contained in:
@@ -48,3 +48,6 @@ CREATE TABLE OrderItems(
|
|||||||
-- INSERIMENTO DATI
|
-- INSERIMENTO DATI
|
||||||
INSERT INTO Categories(Name) VALUES
|
INSERT INTO Categories(Name) VALUES
|
||||||
('Elettronica'),('Networking'),('Telefonia');
|
('Elettronica'),('Networking'),('Telefonia');
|
||||||
|
|
||||||
|
INSERT INTO Products(ProductName,Description,CategoryID,Price,ImagePath,StockQuantity) VALUES
|
||||||
|
('Yealink T31P',NULL,3,51,'t31p.png',104);
|
||||||
Reference in New Issue
Block a user