PQ Quiz 2

PQ Quiz 2

Professional Development

•

153 Qs

quiz-placeholder

Similar activities

Untitled Quiz

Untitled Quiz

Professional Development

•

150 Qs

Google Educator Level I Practice Questions

Google Educator Level I Practice Questions

Professional Development

•

155 Qs

HTML & CSS

HTML & CSS

Professional Development

•

155 Qs

[R] Cambridge 16 - Test 3

[R] Cambridge 16 - Test 3

Professional Development

•

150 Qs

[L] Cambridge 15 - Test 4

[L] Cambridge 15 - Test 4

Professional Development

•

148 Qs

PQ Quiz 2

PQ Quiz 2

Assessment

Quiz

•

Other

•

Professional Development

•

Practice Problem

•

Medium

Created by

ProQual Exam

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?