A candidate key is one that can identify each row of a table uniquely. Generally a candidate key becomes the primary key of the table. If the table has more than one candidate key, one of them will become the primary key, and the rest are called alternate keys.
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