Database Concepts Quiz

Database Concepts Quiz

University

75 Qs

quiz-placeholder

Similar activities

CS Study Guide ALL

CS Study Guide ALL

12th Grade - University

74 Qs

Cyber security class test 3

Cyber security class test 3

University

70 Qs

Translation Memory

Translation Memory

University

73 Qs

ITP 221 - Quiz 1

ITP 221 - Quiz 1

University

75 Qs

Information Management Prefinals

Information Management Prefinals

University

73 Qs

Databases Fundamental Quiz 1

Databases Fundamental Quiz 1

University

75 Qs

Database Concepts Quiz

Database Concepts Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Kerry-Ann Xavier

Used 2+ times

FREE Resource

75 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an E-R diagram that uses Chen Notation attributes are represented by

rectangle.

square.

ellipse.

triangle.

Answer explanation

In Chen Notation for E-R diagrams, attributes are represented by ellipses. This distinguishes them from entities, which are shown as rectangles, and relationships, which are depicted as diamonds.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A logical schema,

is a model usually a diagram with data structures expressed which are independent of DBMS.

is a standard way of organizing information into accessible parts.

describes how data is actually stored on disk.

both (A) and (C)

Answer explanation

A logical schema is indeed a model that represents data structures independently of any specific Database Management System (DBMS), making the first choice correct. It does not describe physical storage, which is covered by a physical schema.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Related fields in a database are grouped to form a

data file.

data record.

menu.

bank.

Answer explanation

Related fields in a database are grouped together to form a data record, which represents a single entry in a database table. This is the correct choice, as it accurately describes the organization of data.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an E-R diagram the uses Crows Foot Notation an entity set is represent by a

rectangle.

ellipse.

diamond box.

circle.

Answer explanation

In Crows Foot Notation, an entity set is represented by a rectangle. This visual representation helps distinguish entities from other components like attributes and relationships, which use different shapes.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The property / properties of a database system is / are :

It is an integrated collection of logically related records.

It consolidates separate files into a common pool of data records.

Data stored in a database is independent of the application programs using it.

All of the above.

Answer explanation

All the options describe key properties of a database system: it integrates related records, consolidates files into a common data pool, and ensures data independence from application programs. Thus, the correct answer is 'All of the above.'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The DBMS language component which can be embedded in a program is

The data definition language (DDL).

The data manipulation language (DML).

The database administrator (DBA).

A query language.

Answer explanation

The data manipulation language (DML) is designed for embedding in programs, allowing for operations like querying and updating data. In contrast, DDL is used for defining database structures, and DBA refers to a role, not a language.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The statement in SQL which allows to change the definition of a table is

Alter.

Update.

Create.

Select.

Answer explanation

The correct choice is 'Alter' because it is the SQL statement used to modify the structure of an existing table, such as adding or removing columns. 'Update' is for changing data, while 'Create' and 'Select' serve different purposes.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?