Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Ignis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ITK Weather
Ignis
Commits
0eae277a
Commit
0eae277a
authored
1 month ago
by
Benedek Kisvari
Browse files
Options
Downloads
Patches
Plain Diff
Create sample_products.sql
parent
64fbe3aa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sample_products.sql
+82
-0
82 additions, 0 deletions
sample_products.sql
with
82 additions
and
0 deletions
sample_products.sql
0 → 100644
+
82
−
0
View file @
0eae277a
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
1
,
'Laptops'
,
'https://cdn.aqua.hu/1836/tn_1-1673983.jpg'
,
'HP 250 G8 laptop'
,
194690
.
00
,
5
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
2
,
'Laptops'
,
'https://cdn.aqua.hu/1948/1-1741758.jpg'
,
'Lenovo IdeaPad 3 notebook'
,
245250
.
00
,
8
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
3
,
'Laptops'
,
'https://cdn.aqua.hu/1816/1-1661484.jpg'
,
'Asus VivoBook 15 laptop'
,
167890
.
00
,
6
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
4
,
'Main Components'
,
'https://cdn.aqua.hu/1107/tn_32gb-3200mhz-ddr4-ram-kingston-fury-beast-black-cl16-2x16gb-kf432c16bb1k232-1210861.jpg'
,
'Kingston 16GB DDR4 RAM'
,
25290
.
00
,
15
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
5
,
'Accessories'
,
'https://cdn.aqua.hu/1211/WDS100T3X0E-1296859.jpg'
,
'1TB WD Black SN770 M.2 SSD meghajtó'
,
29000
.
00
,
20
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
6
,
'Peripherals'
,
'https://cdn.aqua.hu/1207/tn_1-1284291.jpg'
,
'Logitech M185 vezeték nélküli optikai USB egér szürke'
,
4330
.
00
,
30
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
7
,
'Peripherals'
,
'https://cdn.aqua.hu/2014/tn_3G651F-1773767.jpg'
,
'HP LaserJet Pro nyomtató'
,
48290
.
00
,
10
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
8
,
'Networking'
,
'https://cdn.aqua.hu/1090/tp-link-archer-c64-ac1200-router-fekete-1195292.jpg'
,
'TP-Link Archer C6 router'
,
13490
.
00
,
12
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
9
,
'Software'
,
'https://cdn.aqua.hu/1323/tn_79G-05388-1422848.jpg'
,
'Microsoft Office 365 szoftver'
,
58490
.
00
,
25
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
10
,
'PC Cases & Builds'
,
'https://cdn.aqua.hu/1180/tn_MB600L2-KNNN-S00-1265135.jpg'
,
'Cooler Master MasterBox'
,
23590
.
00
,
7
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
11
,
'Peripherals'
,
'https://cdn.aqua.hu/1140/tn_LS24A400UJUXEN-1239026.jpg'
,
'Samsung 27"" LED monitor'
,
70400
.
00
,
9
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
12
,
'Peripherals'
,
'https://cdn.aqua.hu/73/tn_pg545-179444.jpg'
,
'Canon PG-545 Black'
,
6790
.
00
,
5
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
13
,
'Main Components'
,
'https://cdn.aqua.hu/1816/1-1661721.jpg'
,
'500GB Kingston SSD'
,
15990
.
00
,
14
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
14
,
'Networking'
,
'https://cdn.aqua.hu/754/RT-AC1200%20V2-878171.jpg'
,
'Asus RT-AC1200G+ router'
,
11300
.
00
,
11
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
15
,
'Peripherals'
,
'https://cdn.aqua.hu/1564/tn_1-1547345.jpg'
,
'Logitech K380'
,
16480
.
00
,
18
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
16
,
'Accessories'
,
'https://cdn.aqua.hu/471/tn_ST2000DM008-620032.jpg'
,
'2TB Seagate BarraCuda 3.5"" winchester'
,
29900
.
00
,
22
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
17
,
'Accessories'
,
'https://cdn.aqua.hu/1012/HP145-1133529.jpg'
,
'Green Cell akkumulátor HP Pavilion 11.55V 3400mAH'
,
22900
.
00
,
4
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
18
,
'Laptops'
,
'https://cdn.aqua.hu/1790/1-1649838.jpg'
,
'Lenovo ThinkPad E14 notebook'
,
528790
.
00
,
6
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
19
,
'Laptops'
,
'https://cdn.aqua.hu/828/ROG%20STRIX%20B550-F%20GAMING-944693.jpg'
,
'ASUS ROG STRIX B550-F GAMING alaplap'
,
57190
.
00
,
3
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
20
,
'Main Components'
,
'https://cdn.aqua.hu/1123/tn_CT8G4SFRA32A-1216991.jpg'
,
'8GB 3200MHz DDR4 Notebook RAM Crucial CL22'
,
14900
.
00
,
20
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
21
,
'Main Components'
,
'https://cdn.aqua.hu/1199/tn_MZ-77E500B_EU-1116012.jpg'
,
'Samsung 500GB SSD'
,
23290
.
00
,
15
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
22
,
'Peripherals'
,
'https://cdn.aqua.hu/1223/tn_1-1304856.jpg'
,
'Logitech WebCam C920S full HD Pro webkamera'
,
29900
.
00
,
10
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
23
,
'Peripherals'
,
'https://cdn.aqua.hu/1637/1-1581179.jpg'
,
'HP DeskJet 4222e színes többfunkciós tintasugaras nyomtató'
,
19900
.
00
,
8
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
24
,
'Networking'
,
'https://cdn.aqua.hu/364/tp-link-re305-ac1200-wifi-range-extender-534239.jpg'
,
'TP-Link RE305 AC1200 WiFi Range Extender'
,
12900
.
00
,
12
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
25
,
'Software'
,
'https://cdn.aqua.hu/1111/FQC-10537-1214955.jpg'
,
'Microsoft Windows 11 Professional 64-bit HUN DSP OEI DVD'
,
30990
.
00
,
5
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
26
,
'PC Cases & Builds'
,
'https://cdn.aqua.hu/1244/tn_FD-C-MES2A-06-1319075.jpg'
,
'Fractal Design Meshify 2 RGB Black TG Light tint táp nélküli ablakos ház fekete'
,
87040
.
00
,
7
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
27
,
'Peripherals'
,
'https://cdn.aqua.hu/1599/24-acer-cb243ybemipruzx-led-monitor-umqb3ee001-1563474.jpg'
,
'Acer 24"" LED monitor'
,
54220
.
00
,
9
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
28
,
'Peripherals'
,
'https://cdn.aqua.hu/1323/1-1422803.jpg'
,
'Logitech G PRO X zajszűrős Gaming headset vezetékes fekete'
,
39990
.
00
,
5
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
29
,
'Accessories'
,
'https://cdn.aqua.hu/1666/1-1592043.jpg'
,
'500GB ADATA külső SSD meghajtó SC610 fekete-piros'
,
17520
.
00
,
10
);
INSERT
INTO
PRODUCTS
(
id
,
category
,
image_url
,
name
,
price
,
stock
)
VALUES
(
30
,
'Main Components'
,
'https://cdn.aqua.hu/2008/1-1770768.jpg'
,
'AMD Wraith Prism AM4 CPU hűtő'
,
21050
.
00
,
6
);
COMMIT
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment