Search Header Logo
Databases and SQL

Databases and SQL

Assessment

Presentation

Computers

12th Grade

Practice Problem

Easy

Created by

vihutuo paira

Used 4+ times

FREE Resource

7 Slides • 3 Questions

1

Databases and SQL

2

Database

A database is a large collection of related data, which models the relationships between various entities

3

Schema

  • The description of a collection of data is called a schema.

  • A schema may have many tables

  • Each table has rows (records) and columns(fields) and represents a relation.

  • The tables maybe related through common columns (keys).

4

Database management system (DBMS)

A database management system is software to store and manage databases

5

Fill in the Blanks

6

Relational Database management system (RDBMS)

A database management system is software to store and manage databases

Examples :
i) MySQL
ii) MS SQL
iii) Oracle

7

MYSQL

  • MySQL is an open source SQl database management system supported by Oracle Corporations.

  • It was created by MySQL AB and Michael Widenius.

  • It was released on 23rd May 1995.

  • Written in C and C++

  • Used by Facebook, Twitter, Youtube

8

Fill in the Blanks

9

SQL

  • SQL stands for Structured Query Language.

  • It's a standard language used for managing and manipulating relational databases.

  • SQL allows users to perform various operations on databases, such as querying data, updating data, inserting new data, deleting data, creating databases and tables, defining permissions, and much more.

10

Match

Match the following

ARPANET

Python 0.9

HTTP was developed in the year

MySQL

1969

1991

1989

1995

Databases and SQL

Show answer

Auto Play

Slide 1 / 10

SLIDE