WAPT 2 - SQL

WAPT 2 - SQL

Professional Development

34 Qs

quiz-placeholder

Similar activities

Quizz SQL

Quizz SQL

Professional Development

30 Qs

AMAZON WEB SERVICES

AMAZON WEB SERVICES

Professional Development

30 Qs

Вопросы по анализу данных

Вопросы по анализу данных

Professional Development

34 Qs

CCSE-1

CCSE-1

Professional Development

30 Qs

Cyber Segurança - 03

Cyber Segurança - 03

Professional Development

29 Qs

sql commands

sql commands

Professional Development

35 Qs

BTUI'24 - Inter-school ICT Quiz - Preliminary Round

BTUI'24 - Inter-school ICT Quiz - Preliminary Round

Professional Development

30 Qs

CCSA-3

CCSA-3

Professional Development

31 Qs

WAPT 2 - SQL

WAPT 2 - SQL

Assessment

Quiz

Information Technology (IT)

Professional Development

Easy

Created by

Nafish Alam

Used 1+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL clause is used to filter records in a database?

SELECT

WHERE

ORDER BY

GROUP BY

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `UNION` operator do in SQL?

Combines data from two tables without duplicates

Combines data from two or more SELECT statements

Joins two tables based on a condition

Deletes duplicate rows from a table

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary function of the `information_schema` in SQL?

It stores user credentials

It holds metadata about the database

It lists available functions in SQL

It provides information on database performance

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the `LIMIT` clause in SQL?

Restrict the columns returned

Restrict the rows returned

Limit the execution time of a query

Limit the size of the database

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following SQL statement do? `SELECT column1, column2 FROM table1 ORDER BY column1 DESC;`

Sorts the data in ascending order based on `column1`

Sorts the data in descending order based on `column1`

Filters data with descending values in `column1`

Returns unique values of `column1`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Boolean-based Blind SQL Injection?

Injection that exploits time delays

Injection that retrieves data based on true/false responses

Injection that outputs data directly

Injection based on guessing column names

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of this payload in Boolean-based SQL Injection? `1' AND 1=0#`

Returns data from the database

Does not return any data

Causes an error

Executes a delay

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?