One-to-One relationship can be implemented as a single table and rarely as two tables with primary and foreign key relationships. One-to-Many relationships are implemented by splitting the data into two tables with primary key and foreign key relationships. Many-to-Many relationships are implemented using a junction table with the keys from both the tables forming the composite primary key of the junction table.
Subscribe to:
Post Comments (Atom)
Explain the different parts that constitute ASP.NET application.
Content, program logic and configuration file constitute an ASP.NET application. Content files Content files include static text, images ...
-
Following are the advantages of ASP.NET. Web application exists in compiled form on the server so the execution speed is faster as compar...
-
Content, program logic and configuration file constitute an ASP.NET application. Content files Content files include static text, images ...
-
A web application resides in the server and serves the clients requests over internet. The client access the web page using browser from ...
No comments:
Post a Comment