Does Oracle let me include columns to index (like SQL Server INCLUDE clause in CREATE INDEX) ?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. An index in Oracle either includes the column in the index itself or it doesn’t.
Depending on the problem you are trying to solve, however, an index-organized table may be the appropriate analogue in Oracle.