CH1 Quiz

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

When data is produced and stored as numeric, textual, or visual information, it varies in _____.

Format

2
New cards

What does a user that interacts with a database use to read and write data?

Query Language

3
New cards

Which role focuses on creating software that interacts with a database?

Programmer

4
New cards

Which database role focuses on database storage, response times, and optimization?

Designer

5
New cards

Which concept relates to software that reads and writes data in a database?

Management System

6
New cards

A database management system reads and writes data in a database, and ________.

ensures consistency and availability

7
New cards

What design consideration would apply to a database that has special performance requirements?

Structuring data properly on storage media

8
New cards

If a database system is processing three queries as part of a transaction and the third query fails, what happens to the transaction?

The successful query results are reverse and the transaction is canceled

9
New cards

How does a database system protect data when concurrent transactions occur?

preventing multiple transactions with the same data at the same time

10
New cards

In terms of database architecture, which component translates the query processor instructions into low-level file-system commands and is responsible for indexing the data?

Storage manager

11
New cards

Which type of database system is optimized for big data?

NoSQL

12
New cards

When a user interacts with a database, they can use a _____ to modify data with commands.

Query Language

13
New cards

The _______ SQL statement does not alter any database data.

SELECT

14
New cards

When using a SQL statement to create a table, which data type is used to store a fractional value?

DECIMAL

15
New cards

A database administrator uses which two SQL statements to view and modify existing customer balance with a late fee?

SELECT, UPDATE

16
New cards

A user creates a table by using a SQL statement. The data type VARCHAR(11) is part of the statement. What does the value of (11) represent?

The number of characters allowed for the data type

17
New cards

The analysis phase of database design includes which process?

Specifying requirements that are not dependent on a specific database system.

18
New cards

A database ______ is the implementation of database requirements in SQL with CREATE TABLE statements.

schema

19
New cards

Which principle defines data independence?

Physical design never affects query results.

20
New cards

What links a host programming language to a database system?

API

21
New cards

In the following ER diagram, what does 'AlbumTitle' represent?

Attribute

22
New cards

A database designer installs MySQL Communicty Edition to create a database. Which account does the designer use to gain full control of MySQL?

Root

23
New cards

When using the MySQL Workbench GUI, which icon will execute an SQL statement?

Lightning Bolt

24
New cards

When using the MySQL Command-Line Client, which character ends a command line?

;

25
New cards

Which option is found on the Schemas tab in the MySQL Workbench?

A list of available datbaases

26
New cards

A database administrator creates a MySQL statement with incorrect syntax. What does MySQL Workbench display when the statement is executed?

Error Code