Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

primary key

Former Member
0 Likes
561

hi

how to creat a table with out primary key

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
537

se11 > create a table > with all the fields you wanted, by giving the data element. on the key check box make sure all are unchecked.

Read only

Former Member
0 Likes
537

Hi,

i think it is not possible to create a database table without

primary key, because without primary key it is not possible to identify unique record in database table.

Read only

Former Member
0 Likes
537

its not possible to create a Table with out a primary key. It gives error while activating the Table. you must specify atleast one Primary key.

vijay

Read only

Former Member
0 Likes
537

if your table does not have a primary key and you want to add a filed as a primary key just add a new filed name "sno" to add a serial no

this way your purpose will be solved

Read only

Former Member
0 Likes
537

hi

it is not all possible to create table with out primary key ok