Search Header Logo
ашық сабақты бекіту

ашық сабақты бекіту

Assessment

Presentation

Information Technology (IT)

10th Grade

Hard

Created by

Баршын Баршын

Used 3+ times

FREE Resource

1 Slide • 13 Questions

1

Multiple Choice

What are the steps to create a query in constructor mode?

1

A) Identify the table

2

B) Select fields

3

C) Create a web page

4

D) Add query parameters

2

Multiple Choice

Which SQL query is correct to select students under 18 years old?

1

A) SELECT * FROM Students WHERE Age > 18;

2

B) SELECT * FROM Students WHERE Age < 18;

3

C) SELECT * FROM Students;

4

D) INSERT INTO Students VALUES (18);

3

Multiple Choice

What is the main advantage of the constructor mode?

1

A) It can only work with one type of data

2

B) It allows creating code in a visual way

3

C) It does not allow data storage

4

D) It can only be used with specific tools

4

Multiple Choice

What is SQL?

1

A) A programming language for data manipulation

2

B) A language for working with databases

3

C) A website creation language

4

D) A game development language

5

Multiple Choice

What is the result of the following query?

SELECT * FROM cars WHERE model = 'Sedan'

1

It selects all cars with model 'Sedan'

2

It deletes all cars with model 'Sedan'

3

It updates all cars with model 'Sedan'

4

It creates a new car with model 'Sedan'

6

Multiple Choice

What is the result of the following SQL query: `SELECT * FROM Employees WHERE Salary > 50000;`?

1

It selects all employees with a salary less than £50,000

2

It selects all employees with a salary greater than £50,000

3

It selects all employees with a salary equal to £50,000

4

It selects all employees regardless of salary

7

media

8

Multiple Choice

SQL-де іріктеу шарттарында қолданылатын операторлар:

1

A) SELECT, FROM, INSERT

2

B) <>, >, <, BETWEEN, LIKE, IN, AND, OR, NOT

3

C) HTML, CSS, JS

4

D) IF, ELSE, WHILE

9

Multiple Choice

Веб бет деректер қорымен қалай байланысады?

1

A) Веб бетте тек мәтін көрсетіледі, деректер көрі қажет емес

2

B) Серверлік тілдер арқылы сұраныс жасап, деректерді алады

3

C) SQL коды веб бетке автоматты жазылады

4

D) Деректер тек қолданушы компьютерінде сақталады

10

Multiple Choice

Which logical operator is used to retrieve data from a range of data?

1

AND

2

OR

3

BETWEEN

4

WHERE

11

Multiple Choice

Which is/are example of list operator in SQL?

1

Relation

2

IN

3

NOT IN

4

Both IN & NOT IN

12

Multiple Choice

Which operator test the column for absence of data?

1

Not operator

2

and operator

3

is null operator

4

None of these

13

Multiple Choice

Which operator performs pattern matching?

1

Between Operator

2

Like Operator

3

Exists Operator

4

None of these

14

Poll

Насколько уверенно вы себя чувствуете по этому вопросу сейчас?

Очень уверенно
Довольно уверенно
Не уверен

What are the steps to create a query in constructor mode?

1

A) Identify the table

2

B) Select fields

3

C) Create a web page

4

D) Add query parameters

Show answer

Auto Play

Slide 1 / 14

MULTIPLE CHOICE