-
Notifications
You must be signed in to change notification settings - Fork 0
/
learning.sql
365 lines (309 loc) · 11.9 KB
/
learning.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
-- phpMyAdmin SQL Dump
-- version 4.7.9
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Sep 07, 2019 at 12:22 PM
-- Server version: 10.1.31-MariaDB
-- PHP Version: 7.2.3
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `learning`
--
-- --------------------------------------------------------
--
-- Table structure for table `algorithm`
--
CREATE TABLE `algorithm` (
`sno` int(100) NOT NULL,
`name` varchar(100) NOT NULL,
`link` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `algorithm`
--
INSERT INTO `algorithm` (`sno`, `name`, `link`) VALUES
(1, 'course syllabus', 'course syllabus.pdf'),
(2, 'Lecture_0', 'Lecture_0.ppt'),
(3, 'AVL_Trees', 'AVL_Trees.ppt'),
(4, 'Arrays', 'Arrays.pptx'),
(5, 'BFS_ DFS', 'BFS_ DFS.ppt'),
(6, 'BINARY TREE', 'BINARY TREE.ppt'),
(7, 'Binary_Search_Tree', 'Binary_Search_Tree.ppt'),
(8, 'Complexity_Analysis', 'Complexity_Analysis.ppt'),
(9, 'Complexity-analysis', 'Complexity-analysis_1.pptx'),
(10, 'HEAP_TREEs', 'HEAP_TREEs.ppt'),
(11, 'Huffman', 'Huffman.ppt'),
(12, 'Huffman_1', 'Huffman_1.ppt'),
(13, 'Introduction Of DataStructure', 'Introduction_Of_Data_Structure.ppt'),
(14, 'data structures complexity', 'Intro-to-data-structures-complexity.ppt'),
(15, 'Linear and Binary Search', 'Linear_and_Binary_Search.ppt'),
(16, 'Linked_List', 'Linked_List.ppt'),
(17, 'Merge_Sort', 'Merge_Sort.ppt'),
(18, 'Quick Sort', 'Quick Sort.ppt'),
(19, 'Searching-and-Sorting_1', 'Searching-and-Sorting_1.pptx'),
(20, 'SORTING_TECHNIQUES', 'SORTING_TECHNIQUES.ppt'),
(21, 'Stack_and-Queue', 'Stack_and-Queue.ppt'),
(22, 'Stack-and-Queue_1', 'Stack-and-Queue_1.pptx'),
(23, 'TREES-INTRODUCTION', 'TREES-INTRODUCTION.ppt');
-- --------------------------------------------------------
--
-- Table structure for table `dbms`
--
CREATE TABLE `dbms` (
`sno` int(100) NOT NULL,
`name` varchar(100) NOT NULL,
`link` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `dbms`
--
INSERT INTO `dbms` (`sno`, `name`, `link`) VALUES
(1, 'course_syllabusINT306', 'course_syllabusINT306.pdf'),
(2, 'View Queries', 'View Queries.ppt'),
(3, 'Concurrency Control', 'Concurrency Control.ppt'),
(4, 'Cursorss_Pl_Sql', 'Cursorss_Pl_Sql.ppt'),
(5, 'Database Model and Sql Queries', 'Database Model and Sql Queries.ppt'),
(6, 'Database Model', 'Database Model.ppt'),
(7, 'DDL', 'DDL.pptx'),
(8, 'DFD and Structure charts', 'DFD and Structure charts.pptx'),
(9, 'Distributed_Databases', 'Distributed_Databases.ppt'),
(10, 'ER_Diagrams', 'ER-Diagrams.ppt'),
(11, 'Indexes-and-Hashing', 'Indexes-and-Hashing.ppt'),
(12, 'Integrity Rules', 'Integrity Rules.ppt'),
(13, 'Integrity-rules', 'Integrity-rules.ppt'),
(14, 'Introduction Of Database', 'Introduction Of Database.ppt'),
(15, 'Joins and Views', 'Joins and Views.pptx'),
(16, 'Joins', 'Joins.ppt'),
(17, 'Normalization', 'Normalization.ppt'),
(18, 'PLSQL introduction', 'PLSQL introduction.pptx'),
(19, 'Privileges.ppt', 'Privileges.ppt'),
(20, 'Recovery System', 'Recovery System.ppt'),
(21, 'SQL Constraints', 'SQL Constraints.pptx'),
(22, 'Sql Functions', 'Sql Functions.ppt'),
(23, 'Sql Functions1', 'Sql Functions1.ppt'),
(24, 'Squence Comments View Queries', 'Squence Comments View Queries.ppt'),
(25, 'Subquery', 'Subquery.ppt'),
(26, 'Synonyms and Sequences', 'Synonyms and Sequences.ppt'),
(27, 'TCL (Transaction Control Language)', 'TCL (Transaction Control Language).pptx'),
(28, 'Transaction Management', 'Transaction Management.ppt'),
(29, 'Transactions', 'Transactions.ppt'),
(30, 'View Queries', 'View Queries.ppt'),
(31, 'Tuples', 'Tuples.ppt');
-- --------------------------------------------------------
--
-- Table structure for table `ebooks`
--
CREATE TABLE `ebooks` (
`sno` int(100) NOT NULL,
`book` varchar(100) NOT NULL,
`author` varchar(100) NOT NULL,
`description` text NOT NULL,
`downloadlink` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `ebooks`
--
INSERT INTO `ebooks` (`sno`, `book`, `author`, `description`, `downloadlink`) VALUES
(1, 'ETHICS AND INFORMATION SECURITY', 'George W. Reynolds', 'Integrity is doing the right thing, even when nobody is watching.\r\n—Anonymous', 'books/ethics_in_information_technology2c_5th_ed.pdf'),
(2, 'FUNDAMENTAL OF MATHEMATICAL STATISTICS', 'Sc gupta Vk kappor', 'Integrity is doing the right thing, even when nobody is watching.\r\n—Anonymous', 'books/FUNDAMENTAL OF MATHEMATICAL STATISTICS-S C GUPTA & V K KAPOOR.pdf'),
(3, 'ETHICS AND INFORMATION SECURITY', 'George W. Reynolds', 'Integrity is doing the right thing, even when nobody is watching.\r\n—Anonymous', 'books/ethics_in_information_technology2c_5th_ed.pdf'),
(4, 'dbms', 'lovely professional university', 'Integrity is doing the right thing, even when nobody is watching.\r\n—Anonymous', 'books/dbms.pdf');
-- --------------------------------------------------------
--
-- Table structure for table `firstyearppt`
--
CREATE TABLE `firstyearppt` (
`sno` int(100) NOT NULL,
`course` varchar(100) NOT NULL,
`coursecode` varchar(10) NOT NULL,
`link` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `firstyearppt`
--
INSERT INTO `firstyearppt` (`sno`, `course`, `coursecode`, `link`) VALUES
(1, 'Python', 'INT213', 'firstyearppt/Functions.pptx');
-- --------------------------------------------------------
--
-- Table structure for table `python`
--
CREATE TABLE `python` (
`sno` int(100) NOT NULL,
`name` varchar(100) NOT NULL,
`link` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `python`
--
INSERT INTO `python` (`sno`, `name`, `link`) VALUES
(18, 'Why Python', 'Why Python.pptx'),
(19, 'Variables and Keywords', 'Variables and Keywords.pptx'),
(20, 'Tuples', 'Tuples.ppt'),
(21, 'Math Functions', 'Math Functions.pptx'),
(22, 'List', 'List.pptx'),
(23, 'graph optimization', 'graph optimization.pptx'),
(24, 'Files and exceptions', 'Files and exceptions.ppt'),
(25, 'Dictionaries', 'Dictionaries.pptx'),
(26, 'Conditons', 'Conditons.pptx'),
(27, 'Class and Object', 'Class and Object.ppt'),
(28, 'Machine learning', 'Machine learning.ppt'),
(29, 'Strings', 'Strings.pptx'),
(30, 'GUI using Python', 'GUI using Python.ppt'),
(31, 'Functions', 'Functions.pptx'),
(32, 'Dynamic Programming', 'Dynamic Programming.ppt'),
(33, 'DepthFirstSearch', 'DepthFirstSearch.ppt'),
(34, 'Classes and objects', 'Classes and objects.pptx');
-- --------------------------------------------------------
--
-- Table structure for table `secondyearppt`
--
CREATE TABLE `secondyearppt` (
`sno` int(100) NOT NULL,
`course` varchar(100) NOT NULL,
`coursecode` varchar(10) NOT NULL,
`subject` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `secondyearppt`
--
INSERT INTO `secondyearppt` (`sno`, `course`, `coursecode`, `subject`) VALUES
(1, 'DATA STRUCTURES AND ALGORITHMS', 'CSE205', 'algorithm'),
(2, 'SOFTWARE ENGINEERING', ' \r\nCSE320', 'softengineering'),
(3, 'PYTHON PROGRAMMING', 'INT213', 'python'),
(4, 'DATABASE MANAGEMENT SYSTEMS', 'INT306\r\n', 'dbms');
-- --------------------------------------------------------
--
-- Table structure for table `softengineering`
--
CREATE TABLE `softengineering` (
`sno` int(100) NOT NULL,
`name` varchar(100) NOT NULL,
`link` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `softengineering`
--
INSERT INTO `softengineering` (`sno`, `name`, `link`) VALUES
(1, 'Waterfall Model', 'Waterfall Model.ppt'),
(2, 'Verification and validation unit-testing', 'Verification-and-validation_-unit-testing.ppt'),
(3, 'Types Of Functional Testing', 'Types Of Functional Testing.ppt'),
(4, 'Testing-tools-standards', 'Testing-tools-standards.ppt'),
(5, 'testingtools', 'testingtools.ppt'),
(6, 'System-testing', 'System-testing.ppt'),
(7, 'Structural-testing-path-testing', 'Structural-testing-path-testing.ppt'),
(8, 'SRS and Cocomo', 'SRS and Cocomo.ppt'),
(9, 'Software-testing testing process design of test cases', 'Software-testing-testing-process_-design-of-test-cases.ppt'),
(10, 'Software-testing-introduction', 'Software-testing-introduction.ppt'),
(11, 'Software-reliability-models', 'Software-reliability-models.ppt'),
(12, 'software reliability importance hardware reliability-software', 'software-reliability-importance_-hardware-reliability-software.ppt'),
(13, 'software reliability failure and faults', 'software-reliability-failure-and-faults.ppt'),
(14, 'Software-quality-models', 'Software-quality-models.ppt'),
(15, 'softwaremaintenance', 'softwaremaintenance.ppt'),
(16, 'Software configuration management', 'Software_configuration_management.ppt'),
(17, 'Requirements-engineering', 'Requirements-engineering.ppt'),
(18, 'Reliability', 'Reliability.ppt'),
(19, 'Regression-testing-with-its-types', 'Regression-testing-with-its-types.ppt'),
(20, 'Quality improvement by testing', 'Quality_improvement_by_testing-_2-1.ppt'),
(21, 'Metrics-for-process-and-projects', 'Metrics-for-process-and-projects.ppt'),
(22, 'Metrics', 'Metrics.ppt'),
(23, 'Maintenancee', 'Maintenancee.ppt'),
(24, 'LOC', 'LOC.ppt'),
(25, 'Introdution of Software Engineering', 'Introdution of Software Engineering.ppt'),
(26, 'Integration-testing', 'Integration-testing.ppt'),
(27, 'Functional-testing-equivalence-class-testing', 'Functional-testing-equivalence-class-testing.ppt'),
(28, 'Functionaldesign', 'Functionaldesign.ppt'),
(29, 'Equivalence-class-testing', 'Equivalence-class-testing.ppt'),
(30, 'Decision-table-testing', 'Decision-table-testing.ppt'),
(31, 'Debugging-alpha-beta-testing', 'Debugging-alpha-beta-testing.ppt'),
(32, 'Cohesion and Coupling_1', 'Cohesion and Coupling_1.ppt'),
(33, 'Cohesion and Coupling', 'Cohesion and Coupling.ppt'),
(34, 'Cohesion ,Couping and Functional Oriented Design', 'Cohesion ,Couping and Functional Oriented Design.ppt'),
(35, 'Cocomo-2', 'Cocomo-2.ppt');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `algorithm`
--
ALTER TABLE `algorithm`
ADD PRIMARY KEY (`sno`);
--
-- Indexes for table `dbms`
--
ALTER TABLE `dbms`
ADD PRIMARY KEY (`sno`);
--
-- Indexes for table `ebooks`
--
ALTER TABLE `ebooks`
ADD PRIMARY KEY (`sno`);
--
-- Indexes for table `firstyearppt`
--
ALTER TABLE `firstyearppt`
ADD PRIMARY KEY (`sno`);
--
-- Indexes for table `python`
--
ALTER TABLE `python`
ADD PRIMARY KEY (`sno`);
--
-- Indexes for table `secondyearppt`
--
ALTER TABLE `secondyearppt`
ADD PRIMARY KEY (`sno`);
--
-- Indexes for table `softengineering`
--
ALTER TABLE `softengineering`
ADD PRIMARY KEY (`sno`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `algorithm`
--
ALTER TABLE `algorithm`
MODIFY `sno` int(100) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
--
-- AUTO_INCREMENT for table `dbms`
--
ALTER TABLE `dbms`
MODIFY `sno` int(100) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;
--
-- AUTO_INCREMENT for table `ebooks`
--
ALTER TABLE `ebooks`
MODIFY `sno` int(100) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `firstyearppt`
--
ALTER TABLE `firstyearppt`
MODIFY `sno` int(100) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `python`
--
ALTER TABLE `python`
MODIFY `sno` int(100) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;
--
-- AUTO_INCREMENT for table `secondyearppt`
--
ALTER TABLE `secondyearppt`
MODIFY `sno` int(100) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `softengineering`
--
ALTER TABLE `softengineering`
MODIFY `sno` int(100) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;