0% found this document useful (0 votes)
36 views5 pages

Replication Is Used To Increase The Size of Database

Microsoft Access is a relational database management system that combines a graphical user interface with the Microsoft Jet database engine. It can import and use data from Access, SQL, Oracle, and other sources. Replication is used to increase the size of an Access database beyond the maximum of 2GB, which includes all database objects and data. Queries allow users to perform operations like sorting, inserting, retrieving, updating, and deleting data in Access.

Uploaded by

Sumit Garg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views5 pages

Replication Is Used To Increase The Size of Database

Microsoft Access is a relational database management system that combines a graphical user interface with the Microsoft Jet database engine. It can import and use data from Access, SQL, Oracle, and other sources. Replication is used to increase the size of an Access database beyond the maximum of 2GB, which includes all database objects and data. Queries allow users to perform operations like sorting, inserting, retrieving, updating, and deleting data in Access.

Uploaded by

Sumit Garg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

1) What is Microsoft Access database?

Microsoft Access database is a relational database management system which


combines GUI (Graphical User Interface) with Microsoft Jet database engine. It can
import and use data from Access, SQL, Oracle, etc.

This software is used to build application software.

2) What is the way to link the explicit data into Access


database?

o Go to main menu and click on EXTERNAL DATA within Import and Link group.
o Import the required file.
o Follow the instruction in the Get External Data wizard to know about the file
that can link Access database.

3) What are the several file extensions in MS Access?


Following are the six file extensions in MS Access:

o Access workgroup.mdw
o Access database.accdb
o Access Workgroup.mdw
o Access blank project template.adn
o Access project.adp
o Protected access database.accde

4) What is maximum size for an Access database?

Access Database and Objects Maximum Limits and Specifications. Microsoft Access
database: Maximum size of 2 gigabytes (includes all objects minus the space needed for
system objects all database objects and data).

Version: 2204

5) Which technique is used to increase the size of database?

Replication is used to increase the size of database.


6) Tell some of the most important uses of MS Access?
Uses of MS Access:

o MS Access is used as frontend when the backend is product of ODBC


compliant.
o MS Access is widely used for small database applications are based on web
and hosted on IIS by making use of ASP.NET pages.
o Mainly, it is used by small firms and businesses, specific departments in large
organizations and some people for developing applications on desktop for
data applications.
o It can be used as RAD while developing standalone applications and
prototype.

7) What is a super key? How is it different from a candidate


key?
A superkey is a set of attributes within a table whose values can be used to uniquely
identify a tuple. On the other hand, a candidate key is a minimal set of attributes
mandatory to identify a tuple.

A candidate key is also called a minimal super key.

8) What are the various type of relations between different


data?
The data within the table can build only three types of relationships:

o One-to-one relationship: This relationship specifies that only one item of


table can link to one item of another table.
o One-to-many relationship: This relationship specifies that one item of a table
can corresponds to more than one item of another table.
o Many-to-many relationship: This relationship specifies that more than one
item of a table can corresponds to more than one item of another table

9) What are the protection features of MS Access?


MS Access protection features are used to protect some documents by locking them. If you
do not want to change some document then you can lock the document containing data
and its code from modifications by changing file system extension to .MDE. Only the MDE
extension files can be changed. One can find specific tools in the market that can be used to
decompile and unlock code but changes made to VB scripts are permanent.

10) How can you maintain a relationship between different


databases in Access?
Whenever a relationship is established between different databases, the first table of one
database considered as a primary key whereas the new field in another database considered
as a foreign key.

11) What are queries in MS Access?


Queries can be seen as a request used to perform various operations on data such as sort
data, insert data, retrieve data, update data, delete data, etc.

12) How to create a simple query in MS Access 2013?


Follow these instructions to create a simple query:

o Open database.
o Click on -create tab.
o Go to query wizard icon.
o Select a query type.
o Select the appropriate table from the pull-down menu.
o Now, choose the required field in the query results.
o You can insert information from additional tables, by repeating step 5 and 6.
o Go to next.
o Choose the result that you would like to produce.
o Specify a title to your query.
o Now, click finish.

13) How can you export data in Excel format?


Follow the below steps to export data in Excel format:

o Click on toolbar and follow the External Data tab.


o Now, go to Excel on the Export group.
o After that excel spreadsheet dialog box will be opened on your screen.
o Now, it is required to provide destination of the file name and format.
o Click OK. Now data will be exported to Excel spreadsheet.

14) How a table can be created using Microsoft Access Object


Library (MAOL)?
Define a variable of type object and initialize it with CreateTableDef() method.

15) How can you create a form in MS Access 2013?


Follow these instructions to create a form:

o Go to specific table you want to use to create a form.


o Click on Create tab and then locate the Forms group.
o Click the Form Command after which a form will be created and opened in
Layout view.
o Click Save on the Quick Access toolbar and save the file with a specific name.

16) What is the use of Pivot table?


Pivot table is used for improving the presentation of data. By using Pivot table, you can view
data multi-dimensionally. A Pivot table can summarize the data by categories and display
trends spread over a range of categories.

17) What are the several methods to enter data in MS Access


2013?
Different methods to enter data in MS Access are:

o Using SQL View


o Using form
o Datasheet View

18) Would you easily automate your MS Access database


through menu driven selections?
You can do it by creating a form with customized buttons that point to macros. An easier
way is to use MS Access' built in function called "Switchboard Manager". This can be located
in Tools/Add-Ins.
19) What is the role of WHERE clause in MS Access?

o WHERE clause is used with the SELECT statement to retrieve a value with
certain criteria.
o WHERE clause can be used to join different fields of dissimilar data types by
using LIKE keywords where one field is treated as a criteria for another field.

20) What are the advantages of MS Access over MS SQL


Server?
Following are some of the advantages of MS Access over MS SQL Server:

o MS Access is much easier to handle.


o MS Access is more reliable as client can read and write directly into raw data
table.
o MS Access is more scalable when number of users are less.
o MS Access is cheaper and more compatible.

You might also like