-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathcourse.htm
503 lines (369 loc) · 20.1 KB
/
course.htm
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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<html>
<head>
<!--- google-site-verification: googlece2dd927b082e49e.html --->
<title>Our Course on Data Modelling</title>
<!--- LOOK FOR AAA --->
<META Name="description" Content="We provide advice on Best Practice in Data Modelling and over 1,000 free Databases.">
<META Name="keywords" Content="data management, data management best practice, database tutorials, free databases, access databases, data models, generic data models">
<link rel="stylesheet" href="styles/style.css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Start of Table 1 --->
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr>
<td HEIGHT=100 ROWSPANnnn=1 VALIGN=middle><img alt="Database Answers" SRC="images/dba_400_home.jpg" width=400 height=58></td>
<td align=right ROWSPAN=2 valign=middle nowrap>
<IMG ALT="Barry Williams, your teacher" height=100 SRC="images/barryw_vsml.jpg" SouRCeee="images/mortar_5.jpg">
</td>
</tr>
</table>
<!-- End of Table 1 --->
<!--- START OF MAY 21ST. TOP MENU BAR --->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="32" background="images/nav_bg.jpg" align="left" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1%"><img src="images/spacer.gif" width="15" height="15"></td>
<td WIDTH=4%><A STYLE="text-decoration:none" HREF="index.htm"><font COLOR=yellow FACE=Verdana SIZE=2>Home</font></td>
<td WIDTH=8% wiIIIdth="10%"><A STYLE="text-decoration:none" HREeeeF="pi_ask_a_question/index.asp"><font color="#FFFFFF" FACE=Verdana SIZE=2>
Ask a Question</font></A></td>
<!--- <td width="10%"><A STYLE="text-decoration:none" HREF="http://databaseanswers.ning.com/" TARGET=_NEW><font color="#FFFFFF" FACE=Verdana SIZE=2>Community</font></A></td> --->
<td width="10%"><A STYLE="text-decoration:none" HREF="data_models/index.htm"><font color="#FFFFFF" FACE=Verdana SIZE=2>Data Models</font></A></td>
<td WIDTH=10%><A STYLE="text-decoration:none" HREF="tutorials.htm"><font color="#FFFFFF" FACE=Verdana SIZE=2>Tutorials</font></A></td>
<td WIDTH=10%><A STYLE="text-decoration:none" HREF="site_map.htm"><font color="#FFFFFF" FACE=Verdana SIZE=2>Site Map</font></A></td>
<!--- <td align=LEFT WIDTH=10%><A STYLE="text-decoration:none" HREF="about_us.htm"><font color="#FFFFFF" FACE=Verdana SIZE=2>About Us</font></A></td> --->
<!--- <td ALIGN=LEFT WIDTH=15%><A STYLE="text-decoration:none" HREF="contact_us.htm"><font color="#FFFFFF" FACE=Verdana SIZE=2>Contact Us</font></A></td> --->
</tr>
</table>
</td>
</tr>
</table>
<!--- END OF MAY 21ST. TOP MENU BAR --->
<html>
<head><title>Course Page</title>
<link rel="stylesheet" href="styles/style.css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Start of Table 3 --->
<table NAME="GRAY NAVBAR" border=0 cellpadding=0 cellspacing=0 width=100%>
<TR>
<td wiIIIdth=80% bgcolor="#CCCCFF" align=right>
<!-- Start of Table 5 --->
<table border=0 cellpadding=0 cellspacing=0 VALIGN=top width=100%>
<tr>
<td> <!-- Body Starts -->
<!--- HERE'S AN EMBEDDDED TABLE --->
<!-- Start of Table 6 --->
<table BORDER=0 WIDTH=100% cellspacing="0" cellpadding="0">
<tr>
<td width="61"> </td>
<td rowspan="4" width="6"><img src="images/spacer.gif" width="6" height="1"></td>
<td colspan="3" width="100%" align="right" class="header1">
<!--- <B>Welcome to our Home Page</B> ---->
<img src="images/spacer.gif" width="5" height="1"></td>
<td width="3" bgcolor="#FF9900"><img src="images/px-orange.gif" width=1 height="20"></td>
</tr>
<tr>
<td rowspan="3" valign="top" width="61">
</td>
<td colspan="4" height=0 rowspan="3" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height=0>
<tr bgcolor="#FF9900">
<td><img src="images/px-orange.gif" width="1" height=3></td>
</tr>
</table>
<!-- End of Table 6 --->
<!-- Start of Table 7 --->
<table BGCOLOR=white width="100%" border=1 cellspacing="10" cellpadding="10">
<TR>
<TD VALIGN=top><FONT COLOR=blue FACE=Verdana SIZE=2>Enjoy a Light-Bulb moment with us ...<BR><BR>
<IMG BORDER=0 VALIGN=top SRC="images/light_bulb.jpg"></TD>
<TD>
<FONT COLOR=blue FACE=Verdana SIZE=2>
<!--------
<B>We are offering both in-person and online training
<BR>Google AdWords is used to direct people who search for "learn data modelling" or "database design" (for example) to this Landing page
which is simply where students register for the in-person training.
</FONT>
------>
Here are quotes from just two of the people that we have helped with our teaching ...
<BR>
<A HREF="letters/microsoft_us.htm"><B>Microsoft</B></A> said <FONT COLOR=red>"your Models help people learn about databases."</FONT>
and
<A HREF="letters/tjx_europe.htm"><FONT COLOR=blue><B>T.K.Maxx</B></A> said <FONT COLOR=red>"I learned a great deal in a short time"</FONT>
<HR>
<B>We offer a NEW Online Course in Data Modelling and Database Design - a Course presented by a Practitioner with a world-wide reputation
for excellence, based on his huge library of over 1,500 Data Models</B>.
<BR>
<!---------
<BR>It is offered in the UK in the London area, near Heathrow Airport and transport is provided to the Course.
------------------>
<!-------
<BR>We are also preparing <B>an Online Course</B> and if you are interested, please .
<A HREF='mailto:info@barryw.org?subject=I would like to details of your Online Course'><B>Email us</B></A>.
----->
<BR>It provides an excellent preparation for our new <A HREF="certification.htm">Certification</A> and will definitely advance your career ;-0)
<BR>Our <FONT COLOR=green><B>UNIQUE</B></FONT> Approach incorporates actual Models from our Library of over 1,500 Models that we have created over the last 10 years.
<BR><BR>During the Course, we <B>guarantee</B> to work with you to create a Data Model to meet your specific requirements !!!
<!------- <BR><BR>The fee is $100 per person per day for up to 3 days. --------------->
<BR>The fee depends on your specific requirements and which topics you would like to learn.
<!------------- , £700 for two days or £1,000 for three days. ---------------------->
<BR><BR>The final choice of Topics will reflect the interests of the Students.
<BR><BR>To register, please send us an <A HREF='mailto:info@barryw.org?subject=I would like to register for your Course'><B>Email</B></A>
to 'info(at)barryw.org'.
<!------------- <HR>We will send a <FONT COLOR=red><B>FREE</B></FONT> lesson to the first 10 people who register !!! --------------->
<!-------
or <A HREF="pi_ask_a_question/index.asp"><font FACE=Verdana SIZE=2><B>a Question</B></font></A>
----->
<!-----
<HR>Here are quotes from just two of the people that we have helped with our teaching ...
<BR>
<A HREF="letters/tjx_europe.htm"><FONT COLOR=blue><B>T.K.Maxx</B></A> said <FONT COLOR=red>"I learned a great deal in a short time"</FONT>
and
<A HREF="letters/microsoft_us.htm"><B>Microsoft</B></A> said <FONT COLOR=red>"your Models help people learn about databases."</FONT>
---->
</TD>
</TR>
<TR>
<TD COLSPAN=2><FONT COLOR=blue FACE=Verdana SIZE=2>
We will develop
<!-------- Beginners, Intermediate and Advanced --------->
three levels of Data Models for selected Industries that reflect the interests of the students.
</TD>
</TR>
<tr>
<td align=left bgcoloUUUr="#CCCCFF" colspan=4 WIiiiDTH=15% wiIIIdth="90" backgroundDDD="images/px-left.guf" valign="top" bgcoloUUUr="#3399CC">
<FONT COLOR=blue FACE=Verdana SIZE=2>
<!--- <HR> ---->
<CENTER>
<TABLE BORDER=1 CELLPADDING=10>
<TR>
<TD ALIGN=middle><FONT COLOR=blue FACE=Verdana SIZE=2><B>DAY</TD>
<TD ALIGN=middle><FONT COLOR=blue FACE=Verdana SIZE=2><B>LEVEL</TD>
<TD ALIGN=middle><FONT COLOR=blue FACE=Verdana SIZE=2><B>TOPICS COVERED</TD>
</TR>
<tr bgcolor="white">
<td class="cell"><B>1</B></td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2><B>Level 1</B></td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>Primary Keys, Foreign Keys</td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>Inheritance, One-to-Many and Many-to-Many Relationships.</td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>Rabbit's Ears and Aesthetics</td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>Naming Things - 'Ontology'
(<A HREF="http://en.wikipedia.org/wiki/Ontology_(information_science)" TARGET=_NEW>Wikipedia</A>)</td>
</tr>
<tr bgcolor="white">
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>Some simple <A HREF="../data_models/bang_for_the_buck_models.htm">"Bang for the Buck" Models</td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>Commercial Web Sites</td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>How to
<A HREF="../downloads/Tutorial_on_QA_of_Data_Models.pdf">
<FONT COLOR=blue FACE=Verdana SIZE=2>Check the Quality of a Model</A></td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=red FACE=Verdana SIZE=2><B>Design a Database</B></td>
</tr>
<tr bgcolor="white">
<td class="cell"> </B></td>
<td class="cell"> </td>
<td class="cell"><A HREF="../data_models/types_of_data_models/index.htm"><FONT COLOR=blue FACE=Verdana SIZE=2>
Types of Data Models</A></td>
</tr>
<tr bgcolor="white">
<TD COLSPAN=3> </TD>
</tr>
<tr bgcolor="white">
<td class="cell"><B>2</B></td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2><B>Level 2</B></td>
<td class="cell"><A HREF="../data_models/master_data_mgt/index.htm"><FONT COLOR=blue FACE=Verdana SIZE=2>
Master Data Management</A></td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
<A HREF="../data_models/agile_enterprise_data_models.htm">Agile Enterprise Data Models</A></td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
<A HREeeeF="../data_models/invisible_models/index.htm">Establishing User Requirements and Sign-Off</A></td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
<A HREF="../data_models/invisible_models/index.htm">'Invisible' Data Models</A></td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
<A HREF="../data_models/big_data/index.htm">Big Data</A></td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
<A HREF="reference_data_architecture.htm">
Data Models and Data Architecture</A></td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
<A HREF="data_models/uml_class_diagrams.htm">
The Role of <B>UML</B> Class Diagrams</A></td>
</tr>
<tr bgcolor="white">
<TD COLSPAN=3> </TD>
</tr>
<tr bgcolor="white">
<td class="cell"><B>3</B></td>
<td class="cell"><B>Level 3</B></td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>Best Practice for
Subject Area Models,
<A HREF="../downloads/Tutorial_on_Generic_Data_Modelling_by_Example.pdf">
<FONT COLOR=blue FACE=Verdana SIZE=2>Generic Data Models</A>
and
<A HREeeeF="../downloads/Tutorial_on_Enterprise_Data_Modelling_by_Example.pdf">
<FONT COLOR=blue FACE=Verdana SIZE=2>Enterprise Data Models
</td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
<A HREF="../data_models/design_patterns_and_generic_models.htm">Design Patterns</A></td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
<B>We solve your Problem !!!</B</td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
<A HREF="../data_models/internet_of_things/index.htm">The Internet of Things</A></td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><A HREF="../data_models/metadata_management/index.htm">
<FONT COLOR=blue FACE=Verdana SIZE=2>MetaData Management</A>, eg
<A HREF="http://www.asg.com/Smart-Catalog/ASG-Rochade.aspx" TARGET=_NEW>
<FONT COLOR=blue FACE=Verdana SIZE=2>ASG Rochade</A>
,<A HREF="http://www.oracle.com/us/solutions/corporate-governance/overview/index.html" TARGET=_NEW>Oracle</A>
and
<A HREF="http://erwin.com/products/ca-erwin-safyr-option-for-erp" TARGET=_NEW>
<FONT COLOR=blue FACE=Verdana SIZE=2>Safyr</A></td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
Modelling in the Clouds</td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
Data Modelling, Data Analysis and gathering Requirements</td>
</tr>
<tr bgcolor="white">
<td class="cell"> </td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
Being a Professional Data Modeller</td>
</tr>
<!--------
<tr bgcolor="white">
<TD COLSPAN=3> </TD>
</tr>
------>
<tr bgcolor="white">
<td class="cell"><B> </B></td>
<td class="cell"><B> </B></td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
<A HREF="data_models/self_service_bi/index.htm">
<FONT COLOR=blue FACE=Verdana SIZE=2>Self-Service BI</A>, which includes
<A HREF="data_models/publish_and_subscribe_and_event_alerts/index.htm">
Publish and Subscribe with Event Alerts</A>, and
<A HREF="data_models/entity_attribute_values/index.htm">E-A-V</A>
</td>
</tr>
<tr bgcolor="white">
<td class="cell"><B> </B></td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
<A HREF="data_models/enterprise_data_models.htm">
<FONT COLOR=blue FACE=Verdana SIZE=2>Enterprise Data Models
</td>
</tr>
<tr bgcolor="white">
<td class="cell"><B> </B></td>
<td class="cell"> </td>
<td class="cell"><FONT COLOR=blue FACE=Verdana SIZE=2>
Integration with Data Architecture -
<A HREF="data_models/enterprise_data_models.htm">
<FONT COLOR=blue FACE=Verdana SIZE=2>Enterprise Data Models
</td>
</tr>
</TABLE>
</CENTER>
</p>
<BR><CENTER><FONT COLOR=BLUE SIZE=1><I>© Database Answers Ltd. 2018</I></FONT><BR>
<!-- Sample Section Ends -->
<!-- Body Ends -->
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--- START OF MAY 21ST. BOTTOM MENU BAR --->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="32" background="images/nav_bg.jpg" align="left" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="80%"><img src="images/spacer.gif" width="80" height="15"></td>
<td align=LEFT WIDTH=10%><A STYLE="text-decoration:none" HREF="about_us.htm"><font color="#FFFFFF" FACE=Verdana SIZE=2>About Us</font></A>
</td>
<td align=LEFT WIDTH=15%><A STYLE="text-decoration:none" HREF="contact_us.htm"><font color="#FFFFFF" FACE=Verdana SIZE=2>Contact Us</font></A>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--- END OF MAY 21st. BOTTOM MENU BAR --->
</BODY>
</HTML>