4
Reply

Can insert null in foreign key column sql ?

Lalit Raghav

Lalit Raghav

9y
655
0
Reply

    Yes. If a column is marked as nullable while creating the table, you can insert null in column which is a foreign key.

    Yes,You can null value in Foreign key Column.

    Yes,it is possible to insert NULL value in foreign key column

    yes we can insert null in foreign key column sql