Computer Science, asked by gitikadeka25, 9 months ago

how can you create a primary key of multiple fields?​

Answers

Answered by shraddhaaluna00
0

sorry sisters I don't know what is it what to write

Answered by jaimangaldorai
1

Explanation:

In the Table Designer, Select both rows, and then click the Primary Key button in the Toolbar. OR, open the Query Designer, change the view to SQL View, and type the following code: ALTER TABLE your_table_name ADD CONSTRAINT your_pk_name PRIMARY KEY(id1, id2);

Similar questions