BEW - Databases

BEW - Databases

University

7 Qs

quiz-placeholder

Similar activities

Injection Part 2

Injection Part 2

University

10 Qs

NoSQL

NoSQL

University

11 Qs

MongoDB

MongoDB

University

12 Qs

MongoDB Primer

MongoDB Primer

University

10 Qs

DBMS-22-7-25

DBMS-22-7-25

University

10 Qs

WEB DEV - QUIZ #2

WEB DEV - QUIZ #2

University

10 Qs

CH 5 - SQL Language and Database Concepts

CH 5 - SQL Language and Database Concepts

University

10 Qs

SGBDs NoSQL orientado a documentos

SGBDs NoSQL orientado a documentos

University

12 Qs

BEW - Databases

BEW - Databases

Assessment

Quiz

Computers

University

Medium

Created by

Re:Coded Org

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

SQL is a type of databases that tracks records using tables

True

False

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

In SQL, we can order the results using the ____ directive keyword.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

NoSQL means

We hate SQL and we say NO

Non-SQL

Not only SQL

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When we `LEFT JOIN` 2 tables in SQL on a common value, the results are

All the rows in both tables that match the condition

Some rows of the right table and all rows on the left table

Only the rows that match in both tables

All rows of the right table and only matching rows of the left table

5.

OPEN ENDED QUESTION

2 mins • 1 pt

In MongoDB, what is the difference between `find` and `findOne`?

Evaluate responses using AI:

OFF

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

In MongoDB, a document contains a collection, and the collection contains fields (attributes)

True

False

It's the opposite

7.

OPEN ENDED QUESTION

2 mins • 1 pt

Why would each document have an _id?

Evaluate responses using AI:

OFF