Introduction To Basic Database Concepts

Learn the basic fundamentals of databases

Last updated 2022-01-10 | 4

- You will know what is Client - Server Computing
- You will know what is a database
- You will know what is a Flat file database

What you'll learn

You will know what is Client - Server Computing
You will know what is a database
You will know what is a Flat file database
You will know what is a hierarchical database
You will know what is a RDBMS
You will know what is is a Database schema
You will know what is a Primary Key
You will know what is a Foreign key

* Requirements

* A basic knowledge of how to use a computer and internet.

Description

Databases are  used in applications or devices with software that stores and retrieves information. Applications like Facebook, Twitter,Instagram,Pinterest,Snapchat,Google Hotmail Mobile phones and other portable devices all have the ability to store and retrieve data. They all are able to achieve this using a database. Places like Banks,Hospitals,Airlines Supermarkets all use databases to store and retrieve data or information. Things like your Social security number ,Hospital Records number or Bank account number are all stored in a database .

There are several concepts associated with databases and we will explore some of them in this course. We will learn about primary keys,foreign keys,schemas,Flat file database,hierarchial databases.

We interact with databases daily in our lives like when we read our emails or post something on Facebook or twitter . This course will teach you the very basics of some database concepts and the course is video based and less than1 hour.

What You Learn in this course:

  • What is a Client – Server Computing

  • What you will learn includes

  • What is a database

  • What is a Flat file database

  • What is a Flat hierarchical database

  • What is a RDMS

  • What is a Database schema

  • What is a Primary Key

  • What is a Foreign key


SQL is the language used to interact with databases like Oracle  and others


SQL is a standard language for accessing and manipulating databases.

What is SQL?

SQL stands for Structured Query Language

SQL lets you access and manipulate databases

SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standardization (ISO) in 1987

What Can SQL do?

SQL can execute queries against a database

SQL can retrieve data from a database

SQL can insert records in a database

SQL can update records in a database

SQL can delete records from a database

SQL can create new databases

SQL can create new tables in a database

SQL can create stored procedures in a database

SQL can create views in a database

SQL can set permissions on tables, procedures, and views

SQL is a Standard - BUT....

Although SQL is an ANSI/ISO standard, there are different versions of the SQL language.  However, to be compliant with the ANSI standard, they all support at least the major commands (such as SELECT, UPDATE, DELETE, INSERT, WHERE) in a similar manner.

Note: Most of the SQL database programs also have their own proprietary extensions in addition to the SQL standard!



Who this course is for:

  • This course is suitable for anyone who knows how to get on the internet.

Course content

1 sections • 12 lectures

Introduction Preview 02:23

This video gives you an introduction to various applications and places that you can find databases.

What is a Database Preview 04:16

This lecture describes what a database is and also tables with columns and rows.

Flat File Database Preview 05:06

This lecture describes what type of database is a flat file database and also creates an example flat file database

Hierarchical Database Preview 04:48

This lecture describes what a hierarchical database is and illustrates on a live database.

RDBMS Preview 04:14

This lecture explains what RDBMS stands for.

Schema Preview 04:12

This lecture descibes what a schema is asnd shows you a sample schema from a real world database.

Primary Key Preview 04:50

This lecture describes what a primary key is and shows an example from a real world database.

Foreign Key Preview 04:39

This lecture describes what a foreign key is and shows an example from a real world database.

Client - Server Computing Preview 05:15

This lecture illustrates with diagram the way a client - server computing works.

Conclusion Preview 01:29

This concluding video highlights what you learnt in this course.

Database Basic Concepts

This quiz will test your understanding of the basic database concepts you have learnt in this course.

Thank You Preview 00:09