BEW - Databases

BEW - Databases

University

7 Qs

quiz-placeholder

Similar activities

Advanced SQL

Advanced SQL

KG - University

10 Qs

QUIZ ON SQL

QUIZ ON SQL

University

10 Qs

SQL Queries

SQL Queries

University

10 Qs

PAW-Q1-2023

PAW-Q1-2023

University

10 Qs

ICTDBS506 Creating a 'Car Pool' Database with MySQL

ICTDBS506 Creating a 'Car Pool' Database with MySQL

12th Grade - University

10 Qs

Relational database

Relational database

University

12 Qs

[Test Run - Quiz] SAFE SQL Workshop: Communicate with Database

[Test Run - Quiz] SAFE SQL Workshop: Communicate with Database

University

10 Qs

introduction to sql

introduction to sql

University

10 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