0% found this document useful (1 vote)
230 views3 pages

AIT 524 L1 29 AUG: Everything in 1 Hour Video in Learning Resources

This document provides an overview and schedule for an introductory database course. It outlines that the first few classes will cover basic concepts, assignments will be graded by TAs, and exams will include multiple choice questions and designing and querying databases. Quizzes will be given before and after class, assignments are due weekly, and practice problems should be submitted within 24 hours. Students are expected to post questions or responses on the course material. The document also summarizes some core topics that will be covered, including database management systems, structured vs. unstructured data, entity relationship diagrams, and when to use relational vs. non-relational databases.

Uploaded by

Taranjeet Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
230 views3 pages

AIT 524 L1 29 AUG: Everything in 1 Hour Video in Learning Resources

This document provides an overview and schedule for an introductory database course. It outlines that the first few classes will cover basic concepts, assignments will be graded by TAs, and exams will include multiple choice questions and designing and querying databases. Quizzes will be given before and after class, assignments are due weekly, and practice problems should be submitted within 24 hours. Students are expected to post questions or responses on the course material. The document also summarizes some core topics that will be covered, including database management systems, structured vs. unstructured data, entity relationship diagrams, and when to use relational vs. non-relational databases.

Uploaded by

Taranjeet Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

AIT 524 L1 29 AUG

First 5-6 classes – basic concepts

Assignments graded by TA

Mid and final exam

Mid – 2 parts – multiple and design databases


Final – write sql queries in 2nd part, first =mcq
Mcq similar to quizzes
2nd part similar to homework

Practice problems expected to be submitted in class – otherwise within 24 hours


Weekly assignment – 1 week

Quiz 1 – 2 section – after class and before class (take as many takes as you can highst score
counted)
Quiz 2 after class is due before class 3
Quiz before class attempt >80 =bonus points
Practice problems – no plagiarism

29 AUG
Quiz 1 before class
Assignment 1 due before class 2
Practice problems

Post question or answer someone(atleast 1 question)


If no ques – submit a video/resource related to that class

Practice problems and assignments should be submitted in 1 word document each.

Everything in 1 hour video in learning resources


Database systems – chapter 1 SLIDE

Data becomes info/knowledge after processing


Talks about video 1 in learning resources. About excel cons. = features of dbms

End users = bank customers


Dbms checks the validity of transaction and accpt /decline
Consistency – accuracy e.g if phone number changes, just let one dept know about the
change and they change it for all dept. if no dbms, inconsistency
Dbms – 4th generation – only what you want
3rd gen = what you want and how to do it
GMU – centralized db
GOOGLE/FACEBOOK – decentralized db (servers everywhere)

Multiple dbs and warehouse on top of it.


Walmart – particular location db – transactional (retrieve that locations data)
Walmart owner will use datawarehouse

Above data warehouse layer is data mining layer


Data mning = retrieve some facts/predict some facts which are not there and which aren’t
100% correct.

Text messages – unstructured data

Record is a ROW = 1 customer


Each column = field or attribute

Customer name is a metadata – provide more info related to our data (C_name = customer
name)

If ; is to be replaced by : and the code changes , it is structural dependent

Data dependence- if you have to change access

Redundancy = duplicate data


Hardware-memory/hdrive,software-servers etc/oracle/sql,people,procedures,data = 5
major parts of database system.

DBMS functions
Disadvantages

Database SYSTEMS CHAPTER 2 PPT

We’ll use Entity relational model(ERD) – easier to maintain-deals with structured data only

Dealing with semistructured/unstructured databases- NoSQL/mongoDb-big data with nosql


much easier to combine etc.
NoSQL not consistent right away – disadvantage.

Sometimes we use both NoSQL to narrow down search then Relational model on top of
that.

Hierarchial is not easy to maintain

Object oriented – has classes and all

Read documents in learning resources – why I should care about big data.
If your data keeps changing(velocity of data), its better to use NoSQL.

You might also like