Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INSERT INTO Software VALUES (5555, 'Windows', 'Proprietary', 999.99);
- INSERT INTO Software VALUES (3333, 'Ubuntu', 'GNU GPL', 0.0);
- INSERT INTO Software VALUES (100, 'Minesweeper', NULL, NULL);
- INSERT INTO Software VALUES (20, 'Winamp', 'Proprietary', 0.0);
- INSERT INTO Software VALUES (15, 'Debian', 'GNU GPL', 0.0);
- INSERT INTO Software VALUES (30, 'Office Word', 'Proprietary', 50.0);
- INSERT INTO Software VALUES (1, 'MS-DOS', 'Proprietary', NULL);
- INSERT INTO Software VALUES (10, 'Office Excel', 'Proprietary', 50.99);
- INSERT INTO Software VALUES (3, 'ALT Linux', 'Freeware', 0.0);
- INSERT INTO Software VALUES (110, 'Google Chrome', 'Freeware', 0.0);
- INSERT INTO Software VALUES (5, 'VMware ESX', 'Proprietary', 12200.0);
- INSERT INTO Software VALUES (120, 'Mozilla Firefox', 'GNU GPL', 0.0);
- INSERT INTO Software VALUES (125, 'Wireshark', 'GNU GPL 2+', 0.0);
- INSERT INTO Software VALUES (50, 'Skype', 'Freemium', 20.0);
- INSERT INTO Software VALUES (75, 'AVG Internet Security', 'Freemium', 200.0);
- INSERT INTO Software VALUES (85, 'CMake', 'New BSD License', 0.0);
- INSERT INTO Software VALUES (95, 'PyCharm', 'Freemium', 0.0);
- INSERT INTO Software VALUES (60, 'Notepad++', 'GNU GPL 2', 0.0);
- INSERT INTO Software VALUES (90, 'iTunes', 'Proprietary', 105.0);
- INSERT INTO Software VALUES (150, 'Thunderbird', 'GNU GPL 2', 0.0);
- INSERT INTO Software VALUES (220, 'Adobe Acrobat Reader', 'Proprietary', 100.0);
- INSERT INTO Software VALUES (45, 'WinRAR', 'Trialware', 120.0);
- INSERT INTO Software VALUES (190, 'Adobe Photoshop', 'Freemium', 0.0);
- INSERT INTO Software VALUES (65, 'Visual Studio', 'Proprietary', 600.0);
- INSERT INTO Computer_System VALUES (10001, 'CS1', 'Server');
- INSERT INTO Computer_System VALUES (10002, 'CS2', 'Server');
- INSERT INTO Computer_System VALUES (10003, 'CS3', 'PC');
- INSERT INTO Computer_System VALUES (10004, 'CS4', 'PC');
- INSERT INTO Computer_System VALUES (10005, 'CS5', 'PC');
- INSERT INTO Computer_System VALUES (10006, 'CS6', 'PC');
- INSERT INTO Computer_System VALUES (10007, 'CS7', 'Net');
- INSERT INTO Computer_System VALUES (10008, 'CS8', 'Net');
- INSERT INTO Computer_System VALUES (10009, 'CS9', 'Admin');
- INSERT INTO Computer_System VALUES (10010, 'CS10', 'Security');
- INSERT INTO Software_Computer_System VALUES(5555, 10003);
- INSERT INTO Software_Computer_System VALUES(5555, 10004);
- INSERT INTO Software_Computer_System VALUES(5555, 10006);
- INSERT INTO Software_Computer_System VALUES(5555, 10001);
- INSERT INTO Software_Computer_System VALUES(3333, 10005);
- INSERT INTO Software_Computer_System VALUES(3333, 10009);
- INSERT INTO Software_Computer_System VALUES(100, 10003);
- INSERT INTO Software_Computer_System VALUES(100, 10004);
- INSERT INTO Software_Computer_System VALUES(100, 10006);
- INSERT INTO Software_Computer_System VALUES(20, 10003);
- INSERT INTO Software_Computer_System VALUES(20, 10004);
- INSERT INTO Software_Computer_System VALUES(15, 10007);
- INSERT INTO Software_Computer_System VALUES(15, 10008);
- INSERT INTO Software_Computer_System VALUES(30, 10003);
- INSERT INTO Software_Computer_System VALUES(30, 10004);
- INSERT INTO Software_Computer_System VALUES(30, 10001);
- INSERT INTO Software_Computer_System VALUES(10, 10004);
- INSERT INTO Software_Computer_System VALUES(10, 10003);
- INSERT INTO Software_Computer_System VALUES(10, 10006);
- INSERT INTO Software_Computer_System VALUES(3, 10010);
- INSERT INTO Software_Computer_System VALUES(110, 10003);
- INSERT INTO Software_Computer_System VALUES(110, 10004);
- INSERT INTO Software_Computer_System VALUES(110, 10006);
- INSERT INTO Software_Computer_System VALUES(5, 10002);
- INSERT INTO Software_Computer_System VALUES(120, 10005);
- INSERT INTO Software_Computer_System VALUES(120, 10009);
- INSERT INTO Software_Computer_System VALUES(120, 10007);
- INSERT INTO Software_Computer_System VALUES(120, 10008);
- INSERT INTO Software_Computer_System VALUES(125, 10003);
- INSERT INTO Software_Computer_System VALUES(125, 10004);
- INSERT INTO Software_Computer_System VALUES(125, 10005);
- INSERT INTO Software_Computer_System VALUES(125, 10006);
- INSERT INTO Software_Computer_System VALUES(125, 10009);
- INSERT INTO Software_Computer_System VALUES(125, 10010);
- INSERT INTO Software_Computer_System VALUES(50, 10003);
- INSERT INTO Software_Computer_System VALUES(50, 10004);
- INSERT INTO Software_Computer_System VALUES(50, 10006);
- INSERT INTO Software_Computer_System VALUES(75, 10003);
- INSERT INTO Software_Computer_System VALUES(75, 10004);
- INSERT INTO Software_Computer_System VALUES(75, 10006);
- INSERT INTO Software_Computer_System VALUES(75, 10001);
- INSERT INTO Software_Computer_System VALUES(85, 10003);
- INSERT INTO Software_Computer_System VALUES(85, 10004);
- INSERT INTO Software_Computer_System VALUES(85, 10005);
- INSERT INTO Software_Computer_System VALUES(85, 10006);
- INSERT INTO Software_Computer_System VALUES(85, 10010);
- INSERT INTO Software_Computer_System VALUES(95, 10005);
- INSERT INTO Software_Computer_System VALUES(60, 10003);
- INSERT INTO Software_Computer_System VALUES(60, 10004);
- INSERT INTO Software_Computer_System VALUES(60, 10006);
- INSERT INTO Software_Computer_System VALUES(60, 10001);
- INSERT INTO Software_Computer_System VALUES(90, 10003);
- INSERT INTO Software_Computer_System VALUES(90, 10004);
- INSERT INTO Software_Computer_System VALUES(90, 10006);
- INSERT INTO Software_Computer_System VALUES(150, 10003);
- INSERT INTO Software_Computer_System VALUES(150, 10004);
- INSERT INTO Software_Computer_System VALUES(150, 10005);
- INSERT INTO Software_Computer_System VALUES(150, 10006);
- INSERT INTO Software_Computer_System VALUES(150, 10007);
- INSERT INTO Software_Computer_System VALUES(150, 10008);
- INSERT INTO Software_Computer_System VALUES(150, 10009);
- INSERT INTO Software_Computer_System VALUES(150, 10010);
- INSERT INTO Software_Computer_System VALUES(220, 10003);
- INSERT INTO Software_Computer_System VALUES(220, 10004);
- INSERT INTO Software_Computer_System VALUES(220, 10006);
- INSERT INTO Software_Computer_System VALUES(45, 10003);
- INSERT INTO Software_Computer_System VALUES(45, 10004);
- INSERT INTO Software_Computer_System VALUES(45, 10006);
- INSERT INTO Software_Computer_System VALUES(65, 10003);
- INSERT INTO Software_Computer_System VALUES(65, 10004);
- INSERT INTO Software_Computer_System VALUES(65, 10006);
- INSERT INTO SystemSoft VALUES (5555, HEXTORAW('18FCF74BE90C3EBD8279CA1F1BC5DEAD'));
- INSERT INTO SystemSoft VALUES (3333, HEXTORAW('DEADFCF08279C74BE918ADFC3EB1BC51'));
- INSERT INTO SystemSoft VALUES (15, HEXTORAW('9CA181F1F7E94D1EADBFC270C8BC53EB'));
- INSERT INTO SystemSoft VALUES (1, HEXTORAW('08FC133785A6412CABF5A130201FBEE1'));
- INSERT INTO SystemSoft VALUES (3, HEXTORAW('ABF55A64FBC1337EE120181208FCA130'));
- INSERT INTO SystemSoft VALUES (5, HEXTORAW('E1201C13ABF537E645AF8FCA13B81200'));
- INSERT INTO SystemSoft VALUES (125, NULL);
- INSERT INTO SystemSoft VALUES (75, NULL);
- INSERT INTO SystemSoft VALUES (85, NULL);
- INSERT INTO SystemSoft VALUES (65, NULL);
- INSERT INTO SystemSoft VALUES (95, NULL);
- INSERT INTO Applications VALUES (45, 'Trialware file archiver utility for Windows, developed by Eugene Roshal of win.rar GmbH', 'File archiver');
- INSERT INTO Applications VALUES (100, 'Minesweeper is a single-player puzzle video game', 'Game');
- INSERT INTO Applications VALUES (20, 'Media player for Windows, macOS and Android, originally developed by Justin Frankel and Dmitry Boldyrev', 'Media player');
- INSERT INTO Applications VALUES (30, 'Word processor developed by Microsoft', 'Word processor');
- INSERT INTO Applications VALUES (10, 'Spreadsheet developed by Microsoft for Windows, macOS, Android and iOS', 'Spreadsheet');
- INSERT INTO Applications VALUES (110, 'Сross-platform web browser developed by Google', 'Web browser');
- INSERT INTO Applications VALUES (120, 'Free and open-source web browser developed by the Mozilla Foundation and its subsidiary, Mozilla Corporation', 'Web browser');
- INSERT INTO Applications VALUES (50, 'Telecommunications application that specializes in providing video chat and voice calls between computers, smartwatches over the Internet', 'Instant messaging');
- INSERT INTO Applications VALUES (60, 'Text and source code editor for use with Microsoft Windows', 'Source code editor');
- INSERT INTO Applications VALUES (90, 'media player, media library, Internet radio broadcaster, mobile device management utility, and the client app for iTunes Store, developed by Apple Inc', 'Media player');
- INSERT INTO Applications VALUES (150, 'Free and open-source, cross-platform email client, news client, RSS, and chat client developed by the Mozilla Foundation', 'Email client');
- INSERT INTO Applications VALUES (220, 'Application software developed by Adobe Inc. to view, create, manipulate, print and manage files in Portable Document Format', 'Desktop publishing');
- INSERT INTO Applications VALUES (190, 'Raster graphics editor developed and published by Adobe Inc. for Windows and macOS', 'Raster graphics editor');
- INSERT INTO Applications_SystemSoft VALUES (45, 5555);
- INSERT INTO Applications_SystemSoft VALUES (100, 5555);
- INSERT INTO Applications_SystemSoft VALUES (30, 5555);
- INSERT INTO Applications_SystemSoft VALUES (10, 5555);
- INSERT INTO Applications_SystemSoft VALUES (110, 5555);
- INSERT INTO Applications_SystemSoft VALUES (50, 5555);
- INSERT INTO Applications_SystemSoft VALUES (90, 5555);
- INSERT INTO Applications_SystemSoft VALUES (60, 5555);
- INSERT INTO Applications_SystemSoft VALUES (150, 5555);
- INSERT INTO Applications_SystemSoft VALUES (220, 5555);
- INSERT INTO Applications_SystemSoft VALUES (120, 5555);
- INSERT INTO Applications_SystemSoft VALUES (120, 3333);
- INSERT INTO Applications_SystemSoft VALUES (150, 3333);
- INSERT INTO Applications_SystemSoft VALUES (120, 15);
- INSERT INTO Applications_SystemSoft VALUES (150, 15);
- -- Для 3 запроса
- INSERT INTO Applications_SystemSoft VALUES (120, 1);
- INSERT INTO Applications_SystemSoft VALUES (150, 1);
- INSERT INTO Applications_SystemSoft VALUES (120, 3);
- INSERT INTO Applications_SystemSoft VALUES (150, 3);
- INSERT INTO Applications_SystemSoft VALUES (120, 5);
- INSERT INTO Applications_SystemSoft VALUES (150, 5);
- INSERT INTO Applications_SystemSoft VALUES (120, 125);
- INSERT INTO Applications_SystemSoft VALUES (150, 125);
- INSERT INTO Applications_SystemSoft VALUES (120, 75);
- INSERT INTO Applications_SystemSoft VALUES (150, 75);
- INSERT INTO Applications_SystemSoft VALUES (120, 85);
- INSERT INTO Applications_SystemSoft VALUES (150, 85);
- INSERT INTO Applications_SystemSoft VALUES (120, 65);
- INSERT INTO Applications_SystemSoft VALUES (150, 65);
- INSERT INTO Applications_SystemSoft VALUES (120, 95);
- INSERT INTO Applications_SystemSoft VALUES (150, 95);
- INSERT INTO CS_Component VALUES (8, 10007, 'Pink', 1, NULL);
- INSERT INTO CS_Component VALUES (9, 10007, 'Yellow', 2, NULL);
- INSERT INTO CS_Component VALUES (10, 10010, 'White', 4, NULL);
- INSERT INTO CS_Component VALUES (11, 10010, 'Black', 4, NULL);
- INSERT INTO CS_Component VALUES (12, 10010, 'Blue', 5, NULL);
- INSERT INTO CS_Component VALUES (1, 10001, 'Red', 6, 8);
- INSERT INTO CS_Component VALUES (2, 10001, 'Red', NULL, 8);
- INSERT INTO CS_Component VALUES (3, 10002, 'Yellow', 8, 8);
- INSERT INTO CS_Component VALUES (4, 10002, 'Brown', 9, 8);
- INSERT INTO CS_Component VALUES (5, 10003, 'Ground', 4, 11);
- INSERT INTO CS_Component VALUES (6, 10004, 'White', 11, 11);
- INSERT INTO CS_Component VALUES (7, 10005, 'Green', 12, 11);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement