You are on page 1of 2

Name: Samson, Neriekka G.

Section: BSA-2A

1. What is database?
A database is an organized collection of related data in which the user can
easily retrieve their actual information. It is organized by fields, records and files.
2. Explain about relational database.
Relational database is collection of data items arranged by a set of formally-
described tables in which data can be arranged in many di ways without the need tp
reorganize the database tables.
3. Explain the concept of integrity and its types.
The concept of data integrity makes sure that all data in a database can be tracked
and connected to one of the data which ensures that the data is recoverable and
searchable.
Types:
1. Entity Integrity - base relation, primary key column values cannot be null.
2. Referential Integrity-states that, if R2 includes a foreign key FK matching
the primary key PK of some then every value of FK in R2 must be equal to
the value of PK in some rows of R1.
3. Domain Integrity-states that the values in a table are legal based on the
physical and the logical domain definition.
4. How to create a database and tables in MS-Access?
Steps in database:
1. Start MS-Access, click Blank Database.
2. Type the database name in the File Name field. MS-Access will
automatically append .accdb to the name
3. Click the Browse button. The File New Database window appears
4. Locate the folder in where user wants to store the database
5. Click OK, then click Create button.
Steps in tables:
1. Click in the 'Click to Add' text box, it shows drop down list, select any data
type from the list.
2. Click the Save button on the Quick Access toolbar. The Save As dialog
box appears. Type the name of the table.
5. How to Drop a table and database in MS-Access?
Delete a field in Datasheet view
a. In the Navigation Pane, double-click the table from which you want to delete
the field. The table is opened in Datasheet view.
b. Select the field (the column) that user want to delete.
c. Press Delete Field option from right click.
d. Or on the Fields tab, in the Add & Delete group, click Delete button. Then
click yes to delete the column permanently.
Delete a record in Datasheet view
a. Same method need to be followed to delete a record in datasheet view.
b. Select the record (the row) that user want to delete.
c. Press Delete Record option from right click.
d. Or Press DELETE key. Then click yes to delete the record permanently.
Delete a table relationship
a. If the tables that participate in the table relationship are open, close them.
User cannot delete a table relationship between open tables.
b. Then right click over the table name in the navigation pane and click delete
option.
c. Click yes in the warning dialog box to delete a table.
d. Thus MS-Access deletes that table permanently
6. How to manipulate table structure in MS-Access.
In manipulating table structure users can do:
1. Enter records into the table
2. Modify a table
3. Select columns and rows
4. Delete a record
5. Resize a column or row
6. Import a table into MS-Access from Excel
7. Describe query in MS-Access and its manipulation.
A query is a way to view a subset of data or to answer questions about user
data. The manipulation in query express on how the users will want to view a
list of the information and information and the that they do not want to
address

8. Explain forms in MS-Access and its manipulation.


Forms in MS-Access are much like paper forms. User can use them to enter,
edit, or display data. This form is based on tables. When using a form, user
can choose the format, the arrangement, and which fields to display.
Steps in order to create form
a. Open the Navigation pane.
b. Click the table or query on which user want to base their form.
c. Activate the Create tab.
d. Click Form in the Forms group. MS-Access creates a form.

9. Define reports in MS-Access and its manipulation.


Reports in MS-Access arrange and summarize data for viewing online or for
printing. A detail report displays all of the selected records. User can include
summary data such as totals, counts, and percentages in a detail report. A
summary report does not list the selected records but instead summarizes the
data and presents totals, counts, percentages, or other summary data only.

Steps in order to create report:


a. Open the Navigation pane.
b. Click the table or query on which user want to base their report.
c. Activate the Create tab.

You might also like