InterviewSolution
Saved Bookmarks
| 1. |
Mr. Sanghi created two tables with CITY as Primary key in Table1 and Foreign Key in Table 2. While inserting a row in Table2, Mr. Sanghi is not able to enter a value in the column CITY. What could be the possible reason for it? |
|
Answer» Mr. Sanghi should have tried to enter the name of CITY in Table 2 which is not present in Table 1. |
|