Answered step by step
Verified Expert Solution
Question
1 Approved Answer
( 1 ) . Enter the following query in the query window ( do not execute it ) : select * from table _ A
Enter the following query in the query window do not execute it:
select
from tableA
where ;
At the top of the query window, there is a horizontal bar with various icons, a part of which is
shown below:
Click the icon highlighted in green see above This icon is usually referred to as "EXPLAIN
plan icon or "EXPLAIN icon." Capture the screenshot of the visual execution plan and record the
query cost, which is shown on top of the execution plan.
Create an index on the column of tableA with the following sql statement:
create unique index tableAbix on tableAb;
Enter the same query again and the click the EXPLAIN plan icon again. Capture the screenshot
of the visual execution plan and record the query cost, which is shown on top of the execution
plan.
Compare the query cost from and the query cost from What conclusion can you
draw?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started