When you create a relationship between tables in ADO.NET DataSet

Options
- a) a UniqueConstraint is added to the parent table
- b) a ForeignKeyConstraint is added to the child table by default
- c) Both a and b


CORRECT ANSWER : c) Both a and b

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement