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

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

University

25 Qs

quiz-placeholder

Similar activities

SOAL DATABASE PART 1

SOAL DATABASE PART 1

1st Grade - Professional Development

30 Qs

MIS 302

MIS 302

University

20 Qs

Rank Rush

Rank Rush

University

20 Qs

Conceptual Framework for Financial Reporting ( 1-8_

Conceptual Framework for Financial Reporting ( 1-8_

University

20 Qs

Set 1 Quiz

Set 1 Quiz

University

20 Qs

Cyber Security

Cyber Security

1st Grade - Professional Development

25 Qs

Design Principles and Interface Design Quiz

Design Principles and Interface Design Quiz

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?