Search Header Logo
SD2-UNIT 15

SD2-UNIT 15

Assessment

Presentation

Instructional Technology

Vocational training

Practice Problem

Easy

Created by

Carmen Retief-Alharbi

Used 3+ times

FREE Resource

30 Slides • 10 Questions

1

​Structured Query Language (SQL)

By Carmen Retief-Alharbi

A programming language used for managing and manipulating relational databases, allowing operations like querying, updating, and deleting data.

2

​Order by SQL

By Carmen Retief-Alharbi

An SQL clause included to sort query results by one or more columns, either in ascending or descending order.

3

​SQL Boolean Operaters

By Carmen Retief-Alharbi

Operaters used in SQL queries to combine or modify conditions in the query, such as AND, OR, NOT.

4

​SQL Query

By Carmen Retief-Alharbi

A request written in SQL to perform a speefic task in the database, such as retrieving or manipulating data.

5

Database

By Carmen Retief-Alharbi

An organized collection of data that can easily be accessed, managed, and updated. It is typically used in software applications to store data.

6

Database Structure

By Carmen Retief-Alharbi

The organization of a database, including its tables, relationships, and data types, which defined how data is stored and accessed.

7

Database Management System

By Carmen Retief-Alharbi

​Software used to create, manage, and maintain databases, providing functions like querying, data, retrieval, security, and database administration.

8

​Relational Database Management System (RDBMS)

By Carmen Retief-Alharbi

A type of DBMS that stores data in relational tables and uses structured query language for managing and querying the database.

9

Database Testing

By Carmen Retief-Alharbi

The process of verifying that a database functions as intended, ensuring that it meets the specified requirements and can handle various use cases.

10

Data Manipulation

By Carmen Retief-Alharbi

​The process of inserting, updating, deleting, or retrieving data from a database using SQL's or other database tools.

11

Database Table

By Carmen Retief-Alharbi

The organization of a database, including its tables, relationships, and data types which defines how the data is stored and accessed.

12

Database Model

By Carmen Retief-Alharbi

A conceptual framework used to define the structure of a database, including the relationships and the data types.

13

Data Definition

By Carmen Retief-Alharbi

The process of defining the structure and types of data to be stored in a database such as creating tables, fields, and constraints.

14

Database Security

By Carmen Retief-Alharbi

The practices and technologies used used to protect a database from unauthorized access, modification, or corruption, ensuring data integrity and confidentiality.

15

Database Administration

By Carmen Retief-Alharbi

​The tasks involved in maintaining and managing a database , including performance tuning, backup, recovery, and user permissions.

16

Database Querying

By Carmen Retief-Alharbi

The process of retrieving specific data from a database by using SQL queries or other database tools.

17

Database Update

By Carmen Retief-Alharbi

​The process of modifying or adding new data in an existing database, typically using SQL queries like INSERT, UPDATE, DELETE.

18

Database Documentation

By Carmen Retief-Alharbi

Written information about the design, structure, and functionality of the database, including requirements, tables, and relationships.

19

Data Dictionary

By Carmen Retief-Alharbi

A repository of metadata that describes the structure of the database, including tables, fields, and relationships between them.

20

Debugging a Database

By Carmen Retief-Alharbi

The process of identifying and fixing errors or issues in a database, such as incorrect data representation or query failures.

21

Requirements Analysis for a Database

By Carmen Retief-Alharbi

The process of determining the information a database needs to store and how it functions to meet specific business or project needs.

22

Entity

By Carmen Retief-Alharbi

An object or concept in a database that is represented by a table, such as a person, product or event.

23

Attribute

By Carmen Retief-Alharbi

A property or characteristic of an entity in a databse, typically represented by a column in a table.

24

Relationships

By Carmen Retief-Alharbi

The connections between different entities or tables in a database, such as one to many, many to many, or one to one relationships.

25

Flat-File Structure

By Carmen Retief-Alharbi

A simple database structure where all data is stored in a single table files without relationships between tables.

26

Hierarchical Structure

By Carmen Retief-Alharbi

A database structure that organizes data in a tree-like format where each record has a single parent and potentially many child records.

27

Relational Structure

By Carmen Retief-Alharbi

A database structure where data is stored in tables and relationships are defined between them using keys.

28

Network Structure

By Carmen Retief-Alharbi

​A database structure that uses a graph or network format to represent entities and their relationships where each entity has multiple parents.

29

Object-oriented Structure

By Carmen Retief-Alharbi

A database structure where data is represented as objects, similar to object-oriented programming concepts, enabling more complex data models.

30

Unified Modeling Language

By Carmen Retief-Alharbi

A standardized modeling language used to specify, visualize, and document the design of database systems, often used in data modeling.

31

Multiple Choice

What is a database?

1

a type of programming language

2

a hardware device

3

an organized collection of data

4

a data encryption tool

32

Multiple Choice

What is the purpose of requirements analysis for a database?

1

to secure the database

2

to determine the storage space

3

to identify should what data is needed and how it should function

4

to convert files into a flat-file structure

33

Multiple Choice

What is database documentation used for?

1

speeding up data retrieval

2

describing the design and functionality of a database

3

encrypting database files

4

creating user interfaces

34

Multiple Choice

In a database, what is an entity?

1

A column in a table

2

A type of SQL query

3

an object or concept represented by a table

4

a type of relationship

35

Multiple Choice

What does a data dictionary contain?

1

user passwords

2

sample data entries

3

metadata describing the database structure

4

programming code

36

Multiple Choice

What do relationships in a database define?

1

data formats

2

column types

3

links between entities or tables

4

server connections

37

Multiple Choice

Which structure stores all data in a single file or table?

1

Hierarchical structure

2

Flat-File structure

3

Network structure

4

Relational structure

38

Multiple Choice

What is unique about a Hierarchial structure of a database?

1

no relationships

2

data stored randomly

3

data organized in a tree format

4

each record has multiple parents

39

Multiple Choice

In a Relational structure, data is stored in:

1

flat files

2

trees

3

tables with relationships

4

objects

40

Multiple Choice

What is UML used for in database design?

1

encrypting data

2

modeling and visualizing database structure

3

backing up databases

4

writing SQL queries

​Structured Query Language (SQL)

By Carmen Retief-Alharbi

A programming language used for managing and manipulating relational databases, allowing operations like querying, updating, and deleting data.

Show answer

Auto Play

Slide 1 / 40

SLIDE