PQ Quiz 2

PQ Quiz 2

Professional Development

153 Qs

quiz-placeholder

Similar activities

3534 - KTNQ GD nội bộ P2

3534 - KTNQ GD nội bộ P2

Professional Development

149 Qs

Nutrition 2-6

Nutrition 2-6

Professional Development

148 Qs

Plumbing - Definition of Terms ; Pt.1

Plumbing - Definition of Terms ; Pt.1

Professional Development

152 Qs

[R] Cambridge 17 - Test 2

[R] Cambridge 17 - Test 2

Professional Development

153 Qs

Kecermatan

Kecermatan

Professional Development

150 Qs

MP F1 SP1

MP F1 SP1

Professional Development

155 Qs

Fire Instructor 2

Fire Instructor 2

Professional Development

150 Qs

Barista Kopilobi (Knowledge_2)

Barista Kopilobi (Knowledge_2)

Professional Development

155 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?