‎2008 May 07 3:19 PM
Which of the folllowing type is taken as the default primary key
TYPE I
TYPE F
TYPE P
TYPE M
TYPE C
‎2008 May 07 3:24 PM
Hye,
Primary key is not taken by the Type definitions.
You have expilicity define a primary key for a Data base table. A pk is basically a key which is unique.
Go to SE11, there if you check the key Check box, that column will be the PK for the table.
Hope you understood, reward if helfpful.
Thanks,
Imran.
‎2008 May 07 3:24 PM
Hye,
Primary key is not taken by the Type definitions.
You have expilicity define a primary key for a Data base table. A pk is basically a key which is unique.
Go to SE11, there if you check the key Check box, that column will be the PK for the table.
Hope you understood, reward if helfpful.
Thanks,
Imran.
‎2008 May 07 3:26 PM
hi,
Any type defnition field can be taken as a primary key of a table ...
Regards,
Santosh
‎2008 May 07 3:31 PM
Purpose of primary key is to identify a unique record.
It can be combination of one or more fields.
So primary key is based on the user's choice which u have to set while creating table.
Based on this one primary index table will be created to improve the access speed.