-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage16.html
135 lines (113 loc) · 3.11 KB
/
page16.html
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
<!DOCTYPE html>
<html>
<head>
<title> HELPING WEB FOR CS</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" type="text/css" href ="style2.css"/>
<meta name="viewport" content="width=device width, intial-scale=1.0>"
</head>
<body class="body">
<header class="mainheader">
<img src="imgs/ss.jpg" width="980" height="70" />
<nav><ul>
<li class="active">
<a href="page0.html"> Home </a></li>
<li> <a href="page1.html">Helping Map (Main Courses ) </a></li>
<li> <a href="page2.html">Helping Map (Elective Courses) </a></li>
<li> <a href="page4.html"> Contact us</a></li>
</ul></nav>
</header>
<article class="topcontent">
<header>
<h2><a href="#" title="first post"> (ics 434) </a></h2>
</header>
<ul>
<li>Chapter One </li>
<ul>
<li> <a href="https://www.youtube.com/watch?v=w9xsPcPBuLk">Normalisation </a></li>
</ul>
</ul>
<ul>
<li>Chapter Two </li>
<ul>
<li> <a href="https://www.youtube.com/watch?v=5t0Y13AkWgc"> Files</a></li>
</ul>
</ul>
<ul>
<li>Chapter Three</li>
<ul>
<li> <a href=<"https://www.youtube.com/results?search_query=Indexing+in+data+base">Indexing</a></li>
</ul>
</ul>
<ul>
<li>Chapter Four </li>
<ul>
<li> <a href=<"https://www.youtube.com/watch?v=1uOomp3Z0Hg">Transaction </a></li>
</ul>
</ul>
<ul>
<li>Chapter Five </li>
<ul>
<li> <a href=<"https://www.youtube.com/watch?v=v-VbqLz9DOc">Concurrency Control </a></li>
</ul>
</ul>
<ul>
<li>Chapter Six </li>
<ul>
<li> <a href=<"https://www.youtube.com/watch?v=bI_UOHluz7w"> Recovery </a></li>
</ul>
</ul>
<ul>
<li>Chapter Seven</li>
<ul>
<li> <a href=<"https://www.youtube.com/watch?v=bI_UOHluz7w"> Query Processing and Optimization </a></li>
</ul>
</ul>
<ul>
<li>Chapter Eight</li>
<ul>
<li> <a href=<"https://www.youtube.com/watch?v=bI_UOHluz7w"> Practical Database Design </a></li>
</ul>
</ul>
<ul>
<li>Chapter Nine</li>
<ul>
<li> <a href=<"https://www.youtube.com/watch?v=LJKWGfV5Gy0"> Administration, Security & System Catalog </a></li>
</ul>
</ul>
<ul>
<li>Chapter Ten</li>
<ul>
<li> <a href=<"https://www.youtube.com/watch?v=e_pGyzJrmqU"> Distributed Databases </a></li>
</ul>
</ul>
<ul>
<li>Chapter Eleven</li>
<ul>
<li> <a href=<"https://www.youtube.com/watch?v=AhMXp3E_lLI"> XML and Internet Databases </a></li>
</ul>
</ul>
<ul>
<li>Chapter Twelve</li>
<ul>
<li> <a href=<"https://www.youtube.com/watch?v=meWQLWq7QSE"> Object-Oriented Databases </a></li>
</ul>
</ul>
<ul>
<li>Chapter Thirteen </li>
<ul>
<li> <a href=<"https://www.youtube.com/watch?v=meWQLWq7QSE"> Data Warehousing and Data Mining </a></li>
</ul>
</ul>
<ul>
<li>Chapter Fourteen </li>
<ul>
<li> <a href=<"http://www.powershow.com/view/137908-MjBmM/Advanced_Database_Systems_powerpoint_ppt_presentation"> Other Emerging Database Technologies </a></li>
</ul>
</ul>
</article>
<footer class="mainfooter">
<p>copyright ©<a href="#" title="web">All rights reserved </a></p>
</footer>
</body>
</html>