Unit 8.3 Database Management Systems & SQL (DDL &DML)

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

Database Management Systems (DBMS)

1 / 38

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

39 Terms

1

Database Management Systems (DBMS)

Software that provides users with an interface for managing databases, allowing interaction through tools for creating, retrieving, updating, and deleting data.

New cards
2

Structured Query Language (SQL)

An industry-standard programming language used to manage and interact with databases.

New cards
3

Data Definition Language (DDL)

A subset of SQL used to create and modify database objects.

New cards
4

Data Manipulation Language (DML)

A subset of SQL used to add, retrieve, and update data in a database.

New cards
5

Integrity (DBMS Pro)

The ability of a database structure to change while keeping the applications using the data unchanged.

New cards
6

Efficiency (DBMS Pro)

The reduction of data duplication and inconsistency, leading to less storage space usage as data is shared.

New cards
7

Consistency (DBMS Pro)

The assurance that data remains the same regardless of who views it or when it is viewed.

New cards
8

Automatic Backups (DBMS Pro)

The capability of a DBMS to automatically back up data to local and remote storage while maintaining data integrity.

New cards
9

Security (DBMS Pro)

The feature of a DBMS that keeps data in one central, secure location.

New cards
10

Access Rights for Users/Groups (DBMS Pro)

The ability to assign varying access levels to users, determining what data they can access, read, write, execute, delete, or append.

New cards
11

Customization (DBMS Pro)

The ability to tailor applications within a DBMS to meet user needs.

New cards
12

Data Modelling (DBMS Pro)

The process of customizing access rights and separating applications from data, allowing different users to view only the data they need.

New cards
13

CHARACTER(n)

A data type in SQL that stores a specific number of characters, which must be defined when setting up a table.

New cards
14

VARCHAR(n)

A data type in SQL that stores a variable number of characters, which must be defined when setting up a table.

New cards
15

BOOLEAN

A data type in SQL that stores Boolean values, either True or False.

New cards
16

INTEGER

A data type in SQL that stores whole numbers without decimal places.

New cards
17

REAL

A data type in SQL that stores numbers with decimal places.

New cards
18

DATE

A data type in SQL that stores date values without a time component.

New cards
19

TIME

A data type in SQL that stores time values without a date component.

New cards
20

CREATE DATABASE

A command in DDL used to create a new database.

<p>A command in DDL used to create a new database.</p>
New cards
21

CREATE TABLE

A command in DDL used to create a new database object.

<p>A command in DDL used to create a new database object.</p>
New cards
22

DEFINING FOREIGN KEY

A command in DDL that creates a database object with a Foreign Key

<p>A command in DDL that creates a database object with a Foreign Key </p>
New cards
23

ALTER

A command in DDL used to modify the structure of a database object.

<p>A command in DDL used to modify the structure of a database object.</p>
New cards
24

SELECT

A DML command that retrieves data from a specified table and fields, a shorthand for all fields is *.

<p>A DML command that retrieves data from a specified table and fields, a shorthand for all fields is *.</p>
New cards
25

FROM

A command in DML that specifies the table name from which to retrieve data.

<p>A command in DML that specifies the table name from which to retrieve data.</p>
New cards
26

WHERE

A command in DML that filters data based on specified conditions.

<p>A command in DML that filters data based on specified conditions.</p>
New cards
27

LIKE

A command in DML used to find information that begins with a certain character, must have quotation marks.

<p>A command in DML used to find information that begins with a certain character, must have quotation marks.</p>
New cards
28

AND

A command in DML used to set multiple conditions for data retrieval.

<p>A command in DML used to set multiple conditions for data retrieval.</p>
New cards
29

OR

A command in DML used to retrieve information based on one set of conditions or a different one.

<p>A command in DML used to retrieve information based on one set of conditions or a different one.</p>
New cards
30

% wildcard

A symbol used to represent characters in a string search.

<p>A symbol used to represent characters in a string search.</p>
New cards
31

ORDER BY

A command in DML that sorts results from one or more fields in ascending or descending order.

<p>A command in DML that sorts results from one or more fields in ascending or descending order.</p>
New cards
32

GROUP BY

A command in DML that groups rows with the same values together.

<p>A command in DML that groups rows with the same values together.</p>
New cards
33

INNER JOIN

A command in DML that combines rows from two or more tables based on related columns, such as a foreign key.

<p>A command in DML that combines rows from two or more tables based on related columns, such as a foreign key.</p>
New cards
34

AVG

A command in DML that calculates the average of a set of values.

<p>A command in DML that calculates the average of a set of values.</p>
New cards
35

SUM

A command in DML that calculates the total of values in a column.

<p>A command in DML that calculates the total of values in a column.</p>
New cards
36

COUNT

A command in DML that counts the number of rows in a table.

<p>A command in DML that counts the number of rows in a table.</p>
New cards
37

INSERT INTO

A command in DML used to add new information into a table, brackets, quotation marks and commas needed.

<p>A command in DML used to add new information into a table, brackets, quotation marks and commas needed.</p>
New cards
38

UPDATE

A command in DML used to modify existing data in a table, quotation marks needed.

<p>A command in DML used to modify existing data in a table, quotation marks needed.</p>
New cards
39

DELETE FROM

A command in DML used to remove data from tables.

<p>A command in DML used to remove data from tables.</p>
New cards

Explore top notes

note Note
studied byStudied by 17 people
... ago
5.0(2)
note Note
studied byStudied by 21 people
... ago
5.0(1)
note Note
studied byStudied by 1 person
... ago
5.0(1)
note Note
studied byStudied by 70 people
... ago
5.0(1)
note Note
studied byStudied by 6 people
... ago
5.0(1)
note Note
studied byStudied by 1 person
... ago
5.0(1)
note Note
studied byStudied by 34 people
... ago
5.0(2)
note Note
studied byStudied by 63 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (65)
studied byStudied by 107 people
... ago
5.0(2)
flashcards Flashcard (141)
studied byStudied by 4 people
... ago
5.0(1)
flashcards Flashcard (27)
studied byStudied by 4 people
... ago
5.0(1)
flashcards Flashcard (28)
studied byStudied by 6 people
... ago
4.0(1)
flashcards Flashcard (42)
studied byStudied by 12 people
... ago
5.0(1)
flashcards Flashcard (23)
studied byStudied by 9 people
... ago
5.0(2)
flashcards Flashcard (96)
studied byStudied by 19 people
... ago
5.0(1)
flashcards Flashcard (198)
studied byStudied by 28 people
... ago
5.0(2)
robot