Access CW and In-Textbook Refernece
Access CW and In-Textbook Refernece
Access CW and In-Textbook Refernece
Ans: Database is made up of different types of objects such as tables, queries, forms and reports.
i. Tables – A table is a collection of related data and records. Each table column represents a field, and each
row represents a record.
ii. Queries – A query is a question about the data stored in tables. You use queries to select or to perform an
action on a subset of data.
iii. Forms – Forms are generally based on data from tables or queries. By using forms, you can view, enter,
change and print data. In an Access form, you can display data, pictures and graphs.
iv. Reports – You can use reports to display information from tables and queries in a way that may be more
meaningful and readable than just looking at a series of records in a table. You can create a report by the
‘Report Wizard’ in MS access.
Q4. Define data types. What are the various data types available in MS access?
Ans: Data types define the value of a cell and are used to format data so that it can be used and managed. You may know
that a table stores different types of data. These types vary according to the fields of a table.
Text Field – Text field contains text such as a last name or a street address. Various numbers in a Text
Field are considered as text but not used for calculation. It stores up to 255 characters of text.
Numeric Field – Numeric field contains only numbers. It doesn’t accept letters and symbols.
Currency field - It contains symbols for currency, decimals and commas wherever needed along with
numbers. ($%^&*!@#)
Data / Time field – As the name states, this contains the date, and the time. You can perform
mathematical calculations on this field.
Memo field – Memo field contains long BLOCKS of text. A typical use of Memo field would be to
describe a product in detail.
Yes / No field – Yes/No contains characters to represent Yes/No and fields that contain only one of two
values.
Ans: The unique values in a column that will be helpful in completely retrieving a record is called as primary key.
Primary key is the unique identifier for the table. For example, from the database of students, managed by a school, the
database table is – Roll no. in the students column can be the primary key.