
Вопросы по базам данных и SQL
Authored by MIKO 2
Other
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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');
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?