I have table name called “Person” with following column names P_Id(int), LastName(varchar), FirstName (varchar). I forgot to give NOT NULL Constraint to P_Id. ...
-
June 2, 2022
- 0 Comments