How we create a database using the database Wizard

HI I am safeer.
Safeermughal779@gmail.com
This is my email. you can communicate with this email.
The database Wizard guides you through process of the creation a database; it includes choosing a database template, selecting fields, making customization, adding pictures, and the database.

  1. When Microsoft Access first stars up, a dialog box is appeared with option to create a new database or to open an existing one. when this dialog box appears, select Access Database Wizards, Pages, and projects and then click OK. Microsoft Access starts up, when you click the New Database on the toolbar.
  2. On the Database tab, double-click the icon for the kind of database you want to create.
  3. Specify a name and location for the database.
  4. Click Create to start defining the new database.   








DATABASE  OBJECTS


                                    (1)     Tables                             (2)      Queries
                                    (3)     FORMS                          (4)      Reports

Tables: 

            The Most important object of a database is a table. The data is stored in tables of database. A table is a collection of related data organized in rows and columns. A Table having records of students is given blow. Each record contains fields;

Student ID , First Name, Parents Name, Address, City, Major ID, and Class ID.

A relational database may consist multiple tables, which are identified by unique names. This is the fundamental property of a relational database.

 

Queries:

              Query is a statement that extracts specific information from database. It is created by specifying the fields to display from a able or another query. It is more flexible way of selecting , filtering and sorting records.

             The user can also change data in the database that fulfils certain criteria. In addition, queries allow to perform calculations of differen fields. The output of a query is also displayed in the form of a table and can also be used as source of records for forms and reports.

  The query allows you to view and analyse data in many different ways. Technically, a query is a stored question or request. You design a query in design view to extract certain information from the database.

 FORMS:

                The Form object of database is used to enter data into database, edit data and view data from database. You can add, update, and delete records in your table by using a form.Most of the DBMS provide the facility to create Forms. The application programmer creates the user interface by designing the Forms.In this way and Reports, the users can perform different operations on the database very easily.

 

 REPORTS:

                   The Report object of database is used to retrieve and present data in a formatted way. The Reports can be printed. Some reports are simply a list of the records in the database, one record after the other. Most of the popular DBMS provide this facility. The output of the query can also be given as input source to reports.

The difference between the forms and reports is: 

  • Forms are used to enter data into database, change data and view dataof database.

    Reports are used to retrieve the data from database and present it on screen in a predefined forma. Reports do not allow user to change data or to enter data into database.

 

 

Comments

Popular posts from this blog

Data Base Design Process

Data Integrity And Normalization

Data Base