Answer Posted / dilon
index are nothing but primary key in the table...
ex:create table emp(eno numeric(4) not null primary key,
ename char(10) not null,
elocation char(10) not null)
in this example employee number eno is the primary key it is
called as index...
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
How do I start db2 in windows?
What are the various data types available in db2?
What is the information associated with sysibm.syslinks table?
How to run db2 command in windows?
What is host variable in db2 cobol?
How many databases can be created inside an instance in db2 ?
What is deadlock in db2?
What is the purpose of rollback and commit?
Which component is responsible for db2 startup and shutdown?
Define db2.
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is db2 optimizer?
Explain the function done by data manager?
How to compare data between two tables in db2?
How to check sequence on a table in db2?