Subject newbie questions
Author Duilio Foschi
I have a table with the following fields:

N_MOV INTEGER NOT NULL
, D_MOV DATE NOT NULL
, ...

I want to add a PK that will verify that no two records are inserted with
the same N_MOV in the same YEAR.

How can I do that ?

Thank you

Duilio Foschi