Query Optimization

Query Optimization

KG

10 Qs

quiz-placeholder

Similar activities

DBMS slip test 1

DBMS slip test 1

University - Professional Development

11 Qs

Data Visualization

Data Visualization

Professional Development

11 Qs

12082022 KS SCHEDULING STRATEGY FOR DYNAMIC ENVIRONMENT DIGITAL

12082022 KS SCHEDULING STRATEGY FOR DYNAMIC ENVIRONMENT DIGITAL

Professional Development

10 Qs

LDM - Fact Check!

LDM - Fact Check!

Professional Development

11 Qs

MAKE A LEARNING APP

MAKE A LEARNING APP

Professional Development

10 Qs

Global AI Bootcamp Mumbai

Global AI Bootcamp Mumbai

Professional Development

10 Qs

Clinical Governance - Safety and Quality

Clinical Governance - Safety and Quality

University

10 Qs

Cycle 4: Session 8 Review.

Cycle 4: Session 8 Review.

Professional Development

12 Qs

Query Optimization

Query Optimization

Assessment

Quiz

Professional Development

KG

Hard

Created by

iChoosr Quiz

Used 19+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

When querying data, which is the best way to phrase the SELECT Statement?

It makes no difference

By making use of SELECT and then manually defining each field

By making use of SELECT *

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Does DISTINCT improve SELECT query execution performance?

Yes, it removes quantity of data being queried

No, It has no effect

Yes, it enables the use of indexes

No, DISTINCT is actually an expensive separate GROUPING statement

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which is the more expensive filtering Keyword

AND

OR

They are both the same

It is not possible to calculate

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Why is it inadvisable to use the LIKE filter? (for using %wildcards%)

It is the same as using the = sign

It prevents the use of indexes

It forces the DB to search through the whole field for each row

its results can be untrustworthy

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

How does adding an index assist in efficient queries?

Creates an AI agent to assist the Query Optimizer

Creates a hash table that points to the data

Creates a new instance of the database

It has no effect

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the downside of adding an index to the database?

It adds a performance overhead to INSERT and DELETE

The Query Optimizer may get confused

Uses extra disk space

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Our database usage is measured in DTU (Database Transfer Units). But how is DTU calculated?

The maximum of Compute and Data IO

The amount of data units that is transferred

Not even Microsoft knows

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?