Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In SQL Developer Lab 7 Designing Indexes Objectives Compare different queries using EXPLAIN PLAN 1.. Find all indexes on SH.CUSTOMERS table. You might need to

In SQL Developer

Lab 7 Designing Indexes Objectives

Compare different queries using EXPLAIN PLAN

1.. Find all indexes on SH.CUSTOMERS table. You might need to use several data dictionary views to find all information required. Provide code of all queries and screenshots of the results. Index name Column Name Index Type

2. Find how many rows in SH.CUSTOMERS table have information about customers whose last name contains "ltz". What query did you use? Provide code of the query and screenshot of the results.

3. Find an execution plan for the previous query. Pin the execution plan. Provide a screenshot and an explanation of the observed results.

4. Add index to SH.CUSTOMERS table. The index should combine customers' first name and last name. What query did you use? Provide code of the query and screenshot of the results.

5. Find how many rows in SH.CUSTOMERS table have information about customers whose last name contains "ltz". What query did you use? Provide code of the query and screenshot of the results.

6. Find an execution plan for the previous query. Provide a screenshot and an explanation of the observed results.

7. Compare execution plans for both queries (before and after the index). Provide a screenshot and an explanation of observed results.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Illuminated

Authors: Catherine M. Ricardo

1st Edition

0763733148, 978-0763733148

More Books

Students also viewed these Databases questions

Question

how would you have done things differently?

Answered: 1 week ago