- Forum
- Databases
- Oracle How to create an index on a column while creating table
-
Junior Member
How to create an index on a column while creating table
Hi Friends..
Can anyone tell me, how to create an index on a column while creating the table (i.e in a create table statement) without using primary or unique key constraints
-
Re: How to create an index on a column while creating table
indexes are created separately as per the requirment.
not along with create table command.
-
Junior Member
Re: How to create an index on a column while creating table
It is not possible to create a index for a normal column at creation
but
Yes you can create for primary and unique key but its of no use the database define index for the 2 keys automaticly at runtime
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules