Тест по базам данных и SQL

Тест по базам данных и SQL

University

23 Qs

quiz-placeholder

Similar activities

Azure Services Quiz

Azure Services Quiz

University

24 Qs

SPECT QC Quiz

SPECT QC Quiz

University

20 Qs

A-MIS Quiz 18Feb19

A-MIS Quiz 18Feb19

University

20 Qs

SPM

SPM

1st Grade - University

20 Qs

IT 402 - Quiz 1

IT 402 - Quiz 1

University

25 Qs

26-50 (Chapter 16-20) Review

26-50 (Chapter 16-20) Review

University

25 Qs

Quiz 2 - Hybrid Project Management

Quiz 2 - Hybrid Project Management

University

21 Qs

Assembly & Rigging M1

Assembly & Rigging M1

University

20 Qs

Тест по базам данных и SQL

Тест по базам данных и SQL

Assessment

Quiz

Other

University

Medium

Created by

MIKO 2

Used 1+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What types of data are shown here?

1 - Structured, 2 - Semi-structured data, 3 - Relational data

1 - Unstructured, 2 - Hierarchical data, 3 - Structured data

1 - Unstructured, 2 - Semi-structured data, 3 - Structured data

1 - Unorganized, 2 - Semi-organized data, 3 - Organized data

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Examples of structured data include:

Entity diagrams (e.g., tables, rows, columns, primary keys, foreign keys)

Photos and videos, as multimedia files are typically stored as unstructured data and do not have predefined fields.

Financial transactions (e.g., sales data, purchase orders, accounting records)

Demographic information about customers (e.g., name, address, age, gender)

Text documents (e.g., PDFs, Word documents, and open-ended survey responses)

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Examples of DBMS:

MySQL

Microsoft Access

Apache Cassandra

PostgreSQL

MongoDB

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____________________ is software that helps to create and manage databases.

Spreadsheet

Relational database

DBMS

Database technology

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data in a relational database management system (RDBMS) is stored in database objects called ____________.

sql

database

table

data structure

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to select all columns in a table?

ALL

*

EVERY

AND

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL query shows students who wrote a comment containing the phrase "I love studying OIS"?

SELECT * FROM students WHERE comment = "I love studying OIS";

SELECT * FROM students WHERE comment LIKE 'I love studying OIS';

SELECT * FROM students WHERE comment LIKE '%I love studying OIS%';

SELECT * FROM students WHERE comment CONTAINS 'I love studying OIS';

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?