Вопросы по базам данных и SQL

Вопросы по базам данных и SQL

University

25 Qs

quiz-placeholder

Similar activities

IT 402 - Quiz 1

IT 402 - Quiz 1

University

25 Qs

System Analysis - Week3

System Analysis - Week3

University

20 Qs

ERP Prefinals Quiz 2

ERP Prefinals Quiz 2

KG - Professional Development

20 Qs

Software project management basic

Software project management basic

University

23 Qs

Web Systems Quiz

Web Systems Quiz

University

20 Qs

26-50 (Chapter 16-20) Review

26-50 (Chapter 16-20) Review

University

25 Qs

ADET_F_QUIZ_1

ADET_F_QUIZ_1

University

20 Qs

Chapter7 HCI

Chapter7 HCI

University

20 Qs

Вопросы по базам данных и SQL

Вопросы по базам данных и SQL

Assessment

Quiz

Other

University

Hard

Created by

MIKO 2

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Examples of structured data include: (more than one answer)

Entity relationship 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)

Information about customer demographics (e.g., name, address, age, gender)

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

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Examples of DBMS: (more than one answer)

Microsoft Access

MySQL

Apache Cassandra

PostgreSQL

MongoDB

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____________________ is software that helps to create and manage databases.

Spreadsheet

Relational database

DBMS

Database technology

SQL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data in a RDBMS is stored in database objects called _____________. _____________ is a collection of related data records, and it consists of columns and rows.

sql

database

table

data structure

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

ALL

*

EVERY

AND

GET

6.

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';

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL operator correctly adds a new customer to the table?

INSERT INTO customers ('CustomerID', 'CustomerName', 'ContactName') VALUES (92, 'Global Foods', 'Anna Ivanova');

INSERT customers Values (92, 'Global Foods', 'Anna Ivanova');

CREATE customers VALUES (92, 'Global Foods', 'Anna Ivanova');

INSERT INTO customers (CustomerID, CustomerName, ContactName) VALUES (92, 'Global Foods', 'Anna Ivanova');

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?