I am creating an index on Emp table Empno column,if u using
this indexed column in ur SELECT stmt. where clause,then how
do u know that yr index will be working or nor?
Thanks Advance...
Answer Posted / manoranjan sethy
by using SET AUTOTRACE ON EXPLAIN tool you can came to know weather such index is working or not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we join two tables without common column?
How to get unique records from a table?
What does (+) mean in sql joins?
what are set operators in sql? : Sql dba
Explain the difference between sql and mysql.
What is full join?
Explain polymorphism in pl/sql.
What is compilation error in pl sql?
explain mysql aggregate functions. : Sql dba
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
What do you mean by query optimization?
What are the ddl commands?
What is the difference between unique and primary key constraints?
What does select top 1 do in sql?
Can we create view in stored procedure?