session 6

session 6

Professional Development

7 Qs

quiz-placeholder

Similar activities

КЕЛЕСІ ФИГУРА

КЕЛЕСІ ФИГУРА

Professional Development

10 Qs

Figural Aritmatic PCPM

Figural Aritmatic PCPM

Professional Development

10 Qs

Power BI Day 1

Power BI Day 1

Professional Development

10 Qs

IBM

IBM

Professional Development

11 Qs

Understanding COSHH Regulations and Practices

Understanding COSHH Regulations and Practices

Professional Development

10 Qs

Quiz on Leadership and Corporate Entrepreneurship

Quiz on Leadership and Corporate Entrepreneurship

Professional Development

10 Qs

Sondagem

Sondagem

Professional Development

10 Qs

Noções de Estatistica

Noções de Estatistica

Professional Development

9 Qs

session 6

session 6

Assessment

Quiz

Mathematics

Professional Development

Easy

Created by

Youssef Abdelmotteleb

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of database stores data in tables with rows and columns?

a) Relational Database

b) Image Database

c) File Storage System

d) Web Browser

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does each row in a database table represent?

a) A field

b) A record

c) A table

d) A query

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which column in a table ensures each record is unique?

a) Primary Key

b) Foreign Key

c) Normal Key

d) Secondary Key

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. How would you select all columns from a table named "employees"?

  1. a) SHOW * FROM employees;

  1. b) SELECT ALL FROM employees;

  1. c) SELECT * FROM employees;

  1. d) FETCH * FROM employees;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL clause is used to sort query results in ascending order?

a) SORT

b) RANK

c) GROUP BY

d) ORDER BY ASC

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which SQL function is used to count the number of records in a table?

  1. a) AVG()

  1. b) SUM()

  1. c) COUNT()

  1. d) MAX()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an Entity-Relationship Diagram (ERD)?

a) To design web pages

b) To visually represent database structure and relationships

c) To create SQL queries automatically

d) To encrypt sensitive data