PQ Quiz 2

PQ Quiz 2

Professional Development

153 Qs

quiz-placeholder

Similar activities

Mock Test_5-11_TTL2-Math

Mock Test_5-11_TTL2-Math

Professional Development

150 Qs

Kecermatan

Kecermatan

Professional Development

150 Qs

Mac Specialist 2023 練習

Mac Specialist 2023 練習

Professional Development

150 Qs

Crane theory Final

Crane theory Final

Professional Development

150 Qs

VOCABULARY ONLINE_PREP. CLASS

VOCABULARY ONLINE_PREP. CLASS

Professional Development

150 Qs

Hydraulic for Expert

Hydraulic for Expert

Professional Development

157 Qs

ASYC DOM2.2 XEBYS

ASYC DOM2.2 XEBYS

Professional Development

151 Qs

PQ Quiz 2

PQ Quiz 2

Assessment

Quiz

Other

Professional Development

Medium

Created by

ProQual Exam

Used 4+ times

FREE Resource

153 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A.... is a property of the entire relation, rather than
of the individual tuples in which each tuple is unique.

Rows

Key

Attribute

Fields

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following query?
SELECT studentdatabasename
FROM RDBMS
WHERE marks > SOME (SELECT marks
FROM student
WHERE SECTION = 'c');

The query gives all the studentdatabasename for
which marks are greater than all the students in
section c

The query gives all the studentdatabasename for
which the marks are greater than at least on
student in section c

The query gives all the studentdatabasename for
which the marks are less than all the students in
section c

The query is syntactically incorrect

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct answer to describe the following
query.
SELECT name
FROM instructor
WHERE salary IS NOT NULL;

Tuples with null value

Tuples with no null values

Tuples with any salary

All of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following MySQL aggregate functions is used to calculate the average?

COUNT()

EVERAGE()

AVERAGE()

AVG()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

From the query below, how many rows are selected?
SELECT Name
FROM instructor
WHERE salary > SOME (SELECT salary FROM
instructor WHERE dept_name = 'Comp.Sci.');

The number of rows selected depends on the data
in the 'instructor' table and the comparison of
salaries.

The number of rows selected is O

The number of rows selected is always 10

The number of rows selected is 100

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The query given below will not give an error. Which one of the following has to be replaced to get the desired output?
SELECT ID, name, dept name, salary * 1.1
WHERE instructor;

Salary*1.1

ID

Where

Instructor

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the MySQL AUTO_INCREMENT attribute?

The purpose of the MySQL AUTO_INCREMENT
attribute is to delete existing rows in a table.

The purpose of the MySQL AUTO_INCREMENT
attribute is to update the values in a column.

The purpose of the MySQL AUTO_INCREMENT
attribute is to sort the rows in a table.

The purpose of the MySQL AUTO_INCREMENT
attribute is to automatically generate a unique
value for a column whenever a new row is inserted
into the table.

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?