BEW - Databases

BEW - Databases

University

7 Qs

quiz-placeholder

Similar activities

Database gp1

Database gp1

University

10 Qs

System Analysis and Design - Phase IV. Part 1

System Analysis and Design - Phase IV. Part 1

University

10 Qs

ITFN Test 3

ITFN Test 3

KG - Professional Development

11 Qs

Chapt.7 - Introduction to SQL

Chapt.7 - Introduction to SQL

University

10 Qs

SQL

SQL

University

10 Qs

DBMS Lab-Model Exam-Viva

DBMS Lab-Model Exam-Viva

University

10 Qs

9.1 Databases Cambridge IGCSE 0478

9.1 Databases Cambridge IGCSE 0478

10th Grade - University

10 Qs

PostgreSQL HAVING Clause Quiz

PostgreSQL HAVING Clause Quiz

University

5 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