Anul 3 Semestrul 2

This commit is contained in:
2025-07-03 20:56:38 +03:00
parent 184f3bd92e
commit 3b7fb85767
269 changed files with 20955 additions and 0 deletions
@@ -0,0 +1,7 @@
INSERT INTO Inventory
(hmy, sName, iQuantity, dPrice, sDescription, sPhotoURL)
VALUES
(1, 'Widget A', 100, 19.99, 'High-quality widget for various uses', 'https://i5.walmartimages.com/seo/Apple-iPhone-X-64GB-Unlocked-GSM-Phone-w-Dual-12MP-Camera-Space-Gray-B-Grade-Used_15c2b968-bb85-41a4-9292-b017f78fe797.a66ebbf32b6d53b6d6eb14c47434ac04.jpeg'),
(2, 'Gadget B', 50, 29.99, 'Versatile gadget with multiple features', 'https://www.zdnet.com/a/img/resize/9f3fcf92f17d47c88823e7f2c0f1454ecd3e5140/2024/09/19/8da68e24-08b1-467a-9062-a90a96c1d879/dsc02198.jpg?auto=webp&fit=crop&height=900&width=1200'),
(3, 'Tool C', 75, 15.49, 'Essential tool for DIY projects', 'https://www.adobe.com/uk/creativecloud/photography/discover/media_1b97e856d56c65e2461329a892f7d6a7eb5176e22.jpeg?width=1200&format=pjpg&optimize=medium'),
(4, 'Accessory D', 200, 9.99, 'Useful accessory for everyday tasks', 'https://cdn.thewirecutter.com/wp-content/media/2025/02/BEST-ANDROID-PHONES-2048px-samsung25ultra-hero.jpg?auto=webp&quality=75&width=1024');