How to Create Database and Table In Ms-Access?
Hi friends...
Today I am going to show you,
How to create a Database and Table In Ms-Access?
Generally MS-ACCESS is one of the dbms software provided by Microsoft..
ByUsing Ms-Access ,we can also create databases,tables and also perform db operations..
here,We can only see create db and tables in msaccess..
so guys..Please watch steps carefully as shown in video...
Db Name:hari
just we have seen creating database..
next see the creating table and insert data into tables...
my table fields are:
field name datatype
Id autonumber(random-not sequencially,automatically generates ids) primarykey(it doesn't take duplicates and nulls)
Name Text
Age Number
Salary currency
DateOfBirth DateTime
Country Text
next save--name:Employ
thats it guys...
thank u...
In next session,we can how to insert data into table in Ms-Access