Database in ASP.Net

DATABASE:

Database is a collection of entity.

Entity
Entity is a collection of Field and Record.

Types of Database:
1.Local Databse
   ex : single PC
2.Live Database
   ex : web DB(share when host). 
DATABASE STRUCTURE:
     Structure of DB is tabular format.

DBMS(Database Management System):
Providing the sum set of rules.
  1. Record Management - Key Management.
For learn more about Database click on the link given below :-
http://pbsqlserver.blogspot.in/p/sql-server.html 

Types of Database used in .Net click on the link given below :-
http://pbsqlserver.blogspot.in/p/sql.html 



Note:
 In .Net built in  SQL SERVER

Extension of SQL Server :- .mdf

Popular Posts