Tagged Questions
0
votes
2answers
31 views
Queries on compound pk
when using compound pk, can insertion of values be the same ? I illustrate an example to you guys:
Creation of table:
Create table test
(
testno number(5) not null,
testpaper varchar(2) not null,
...