Abhinav Access
Abhinav Access
QUES.1 What is database? ANS. 1 A database is a collection of information that is organized so that
it can be easily be accessed, managed and updated. In one view, database can be classified according to the types of content: bibliographic, full text, numeric, and images.
QUES.2 What is database management system? ANS. 2 A database management system is a set of programs that
controls the creation, maintenance, and the use of a database. It allows organizations to place control of database development in the hands of database administrators (DBAs) and other specialists. A DBMS is a system software package that helps the use of integrated collection of data records and files known as databases. It allows different user application programs to easily access the same database. DBMSs may use any of a variety of database models, such as the network model or relational model. In large systems, a DBMS allows users and other software to store and retrieve data in a structured way. Instead of having to write computer programs to extract information, user can ask simple questions in a query language
QUES.3 What is RDBMS? ANS. 3 RDBMS stands for Relational Database Management System.
RDBMS data is structured in database tables, fields and records. Each RDBMS table consists of database table rows. Each database table row consists of one or more database table fields. RDBMS store the data into collection of tables, which might be related by common fields (database table columns). RDBMS also provide relational operators to manipulate the data stored into the database tables. Most RDBMS use SQL as database query language.
DBMS FILE nonetheless they are still considered to be RDBMS. The most popular RDBMS are MS SQL Server, DB2, Oracle and MySQL.
Ques.5 What is Ms Access? ANS.5 Microsoft Office Access, previously known as Microsoft Access, is
a relational database management from Microsoft that combines the relational Microsoft jet database engine with a graphical user interface and software-development tools. It is a member of the Microsoft office suite of applications, included in the Professional and higher editions or sold separately. Software developers and data architects can use Microsoft Access to develop application software, and " power users" can use it to build simple applications. Like other office applications, Access is supported by visual basic for application, an object oriented programming language that can reference a variety of objects including DAO (Data Access Objects), ActiveX Data Objects, and many other ActiveX
DBMS FILE components. Visual objects used in forms and reports expose their methods and properties in the VBA programming environment, and VBA code modules may declare and call Windows operating system functions.
QUES.6 How to create a database using templates? ANS. 6 A database using templates can be created using the following
steps:STEP.1
STEP.3
STEP.5
STEP.7