Untitled Document

GRADE 10 PRE IB (Home Room)

Pastoral Care - Sermon/Testimonial
* Heroes (Jos)
* Preparing Yourself (Wahyu)
* Give Thanks in every situation (Wahyu)
* Help one another (Wahyu)
* Blessings on Past, Present and Future (Jos)
* Happiness and Joy (Jos)
* Believe something that beyond our sight (Wahyu)
* Prayer - Daddy's Empty Chair (Wahyu)

Database Design & Implementation

~ Getting Started
Introduction
Sitting Position
1. What is a Database?
2. Database Management Systems
3. About Database Tables
4. Querying a Database
5. Database Driven Website
~ HTML
# Assessment


GRADE 11 IPA & IPS

WEB DESIGN
~ Getting Started
1. Material Outline
2. Sitting Position
3. Labcom Rules
4. Assessment
5. Last Semester's Project
6. Pre-Test
~ Quanta
Basic HTML Tag Part 1
Basic HTML Tag Part 2
CSS: Cascade Style Sheet
Table
# Assessment
Links
Form
Form Processing


GRADE 11 IB

ITGS
~ Getting Started
Knowing ITGS
Sitting Position

Labcom Rules
Assessment
Internal Assessment: Portfolio (HL)
- Making Proposal for Portfolio
- Portfolio Sample by Brian
- First Portfolio Topic
Internal Assessment: Project (SL)
External Assessment
~ Lessons
Computer Hardware: Introduction (.ppt)
Business & Employment: e-Commerce (.ppt)
Computer Networking (.ppt)
System Vulnerabilities 1, 2, 3 (.ppt)
Education : Telelearning (.ppt)
~ Discussions
Hackers - Outlaws and Angels (.mpg)
The eBay Effect (.mpg)
Surveillance (.mpg)
Movie Piracy (.mpg)
(Thanks to Ghazali ITGS Teacher)
S.1.M.0.N.E - Virtual Actress (.mov)
Social Bookmarking (.mov)
~ Assessment
1st Assessment
~ Assignment
1st Assignment


GRADE 12 IPA & IPS

Apple Mac
~ Getting Started

Sitting Position
Knowing Mac
~ Apple Program
SubEthaEdit
iChat
iPhoto
Comic Life
Screen Flow
iMovie


GRADE 12 IB

ITGS
~ Getting Started
Knowing ITGS
Labcom Rules
Assessment
Paper 1a
Paper 1b
Paper 2a
~ System Fundamental
Key Terms
Analogue and Digital Data
Operating System
Responsible Computer Use
~ Database / Spreadsheet
Key Terms
RDBMS (.ppt)
~ Word Processor & Desktop Publishing
~ Images, Sounds & Presentations
~ Modelling & Simulations
Virtual Reality (.ppt)
~ The Internet
~ Communications
~ Robotic
~ AI & Expert System


Return to Course Schedule
Go to Beltsazar's Home Page

Database Management System


A Database Management System (DBMS), is a software program that enables the creation and management of databases. Generally, these databases will be more complex than the text file/spreadsheet example in the previous lesson. In fact, most of today's database systems are referred to as a Relational Database Management System (RDBMS) , because of their ability to store related data across multiple tables.

Some of the more popular relational database management systems include:

  • Microsoft Access
  • Microsoft SQL Server
  • MySQL
  • Oracle

What Does a Database Management System Look Like?

Different database management systems look different, but generally, there are a number of common features that you'll usually see across most of them.



This is the main screen you'll see when opening up Access to view an existing database. The outer part is the database management system and it's menu, the middle part is the actual database. In this example, the database is called "dateSite" and has 19 tables. If you were to open a different database, the name of the database would be different and you would see different tables, but the available options would be the same (i.e. Tables, Queries, Forms, Reports, Macros, Modules, Open, Design, New).

Some of these options are common across all database management systems. All database systems allow you to create tables , build queries , design a new database, and open an existing database.



Microsoft SQL Server is a more robust database management system than Access. While Access is better suited to home and small office use, SQL Server is more suited to enterprise applications such as corporate CRMs and websites etc.

The above screen is what you see when you open SQL Server through Enterprise Manager. Enterprise Manager is a built-in tool for managing SQL Server and its databases. In this example, there are 6 databases. Each database is represented down the left pane, and also in the main pane (with a "database" icon).

Which Database System to Use?

If you are using a database for home or small office use, Microsoft Access or Filemaker should be fine. If you need to create a database driven website, then you're better off using a more robust system such as SQL Server, Oracle, or MySQL.




 
2007-2008 Copyright wahyukurniawan.info.