Unit 3 MCQs CH 1 To 8
Unit 3 MCQs CH 1 To 8
-3system is known as
1. Computer based record keeping
(a) CRKS-Computerized Record Keeping System.
(b) DBMS-Data Base Management System
(c) DMS-Data Management System. (d) All
of these
2. Duplication of data is known as
Data Inconsistency.
(a)Data Redundancy.(b) (c) Data Repentance.
(d) None of these
3. Multiple copies of same data that mismatch, are known as
(c)The field same as primary key. d)A field that stores values coming from
primary key of another table.
14)When a primary key contains more than one field, it is known as
(a) Alternate key. b)Foreign
key. c) Candidate key. d) Composite key
15)What is used to uniquely identify each record in a table?
a)Foreign
key. b) Datatype. c)Field. d)Primary key
16). Which is not true for a database file?
a)Each record may contain several
fields. (b)Fields are organized in columns
c)Data types have to be declared in advance
d)Each field may contain several
records
17)While designing a database, we should keep in mind
a)Purpose of database.
b)Field needed. c)Tables required. d)Allof them
18) What are the main building blocks of a database?
a)Lists. b)Tables. c)Queries. d)Reports
19)Which of the following describes a relational database?
(a) It provides a relationship between integers. data.
b)Itconsists of separate tables of related
queries.
c)It retrieves data related to its quries.d)It can print reports.
20)Data should be organized into tables based on:
a)Field properties. b) Subjects associated with the real-data.
c)Character
lengths. d)Allof these
21. Which of the following best describes a query ?
(a) A query enables people to enter or view data in your database easily.
(b) A query summarizes and prints data.
c)A query filters data from a database based on a criteria.
(d) All
of these
22) Which of the following best describes a form?
a)A form enables people to enter or view data in a database easily.
(b) A form summarizes and prints data.
(c) A form filters data from a database based on a criteria.
(d) All
of these
23. Which of the following best describes a report ?
(a) A report enables people to enter or view data in a database easily.
b)A report summarizes and prints data.
(c) A report filters data from a database based on a criteria.
(d) All
of these
24. A database table should always contain-
(a) images. b)lots of ready made queries.
c)Lots of record.
d)A key field
25. Data in a database is stored in a
(a) table. (b) query. (c) Report. d)Search
26. A collection of data which is stored
logical
in a structure is known as a
a)Field. b)Database. c) Record. d)Table
27. One piece of data about a single person or thing is known as a
a) file. b) record. c)Field. d) Database
28. All of the information about one person or one thing is known as a
a) field. b) database. c) file. d) Record
29. A collection of records on a particular topic is stored as a
a)table. (b) record. (c) folder. d) Field
30. To find a particular record or set of records in a database you would use a
a)query. (b) report. (c) table. d) Relationship
31. To organize the different tables of related data, a relational (database)is used.
32. To display data in a specific format or distribute a summary of data,
33. To get data input from user in a well-organized, formatted way on screen,(Report
34.
In the database view of a relational database, a row of information is called a (record
35. To control how information is entered into a database, programmers and datab
administrators create (forms)to help ensure data integrity.
36. In arelational database, a common field
linksthat
two tables in a relationship but not a
primary key is called (foreign )key.
37. The database use common fields to create
links are called
between (relational)
tables.
Thus databases.
such databases
1
Ch-2
a)Air base. b) Military base. c) Database component.
d)None of these
OOoBASE is an example of
2 What method can you use to add a new table to your database in Ooo Base ?
a)Use Design view to create a table.
b) create table through table wizard
c)enter data directly in a blank sheet and save itd)all
as table.
the
above. e)(a) and (b)
EXCEPT
(a) tables. (b) queries. (c)forms. d) formula bars
3.A BASE database is made up of all the following components
4.Which of the following fields would not make a suitable primary key ?
a)A customers account number. b)A date field
(c) An AutoNumber field. (d) A student admission number
5. The default extension of OOO BASE database is
a)oob. (b)base. c)odb. (d)dbo
6.The shortcut key
a)Ctrl+N. to create
(b)Ctrl O. a new database is (d)Ctrl
(c)Ctrl
+ + A. +D
7.The
a)Ctrl shortcut key to open
(b)Ctrl O. an existing databased)Ctrl
is +A
+ N. (c)Ctrl+
8.A table is a set of data elements that D. of vertical_
is organized using a modeland
horizontal
+
Ch -6
1. SQL is a standard
language for_
(a) Creating Web Pages.
b)Accessing data base.
c) Creating front ends. d)None of these
2. SQL to access and manipulate
data in which of the following database?
(a) MS Access. (b)MySQL. c)OO Base.
d)Oracle. e)Allof theabove
3.SQL stands for
Language.
a)Structured Query (b) Simple Query Language
(c) Standard Query Language. (d) None of these
4.
(a)Which of the following is not a part of SQL?
DDL DML DCL.
. (b). (c) d)None of these
5.statement is used to retrieve records in a database.
(a) Alter. (b)Update. c)Select. (d)Create
6. In existing table, ALTER TABLE statement is used to
(a) Add columns. (b) Modify columns. (c) Delete columns.d)Allof theabove
7. Which statement is wrong about PRIMARY KEY constraint in SQL ?
(a)ThePRIMARY KEY uniquely identifies each record in a SQL database table
(b) Primary key can be made based on multiple columns
c) Primary key must be made of any single columns
(d) Primary keys must contain UNIQUE values.
8. Which is/are correct statements about primary key of a table ?
(a) Primary keys can contain NULL values.
b)Primary keys cannot contain NULL values.
c)A table can have only one primary key with single or multiple fields
(d) A table can have multiple primary keys with single or multiple fields
9. Key to form relationship between tables is called
(a) Primary key. (b) Secondary Key. (c)Foreign (d) None of these
Key.
10 To get records on the basis of a condition, which clause is used with SELECT ?
.
(d)FILTER
(a) GROUP. QUERY. c)WHERE.
(b)
11. SQL Query to delete all rows in a table without deleting the table (structure, attri
indexes)
a)DELETE
FROM DELETE TABLE
(b) table_name
table_name. DROP
(c)
(d) NONE
12 TABLE table_name.
. To delete a particular column in a relation the command used is:
(a) c)ALTER. DELETE
(d)
UPDATE. (b)
DROP.
13. Which of the Query is used to Select all the Students from City = "Pune".
(a)Select *fromSTUDENT where city is "Pune"
b) Select *fromSTUDENT where city="Pune"
(c)Select *fromSTUDENT where city"Pune".
== (d) None of these
14. Which of the command is used to insert record in the table?
(a)INSERT IN
TOSTUDENT VALUES (6, 'Saras', "Mumbai, 90)
INSERT
(b)TO INSERT
STUDENT VALUES (6, 'Saras', 'Mumbai', 90)
c) INTO STUDENT VALUES (6, 'Saras', 'Mumbai", 90).
(d) None of these
15. Which of the following is not a DDL statement?
(a)CREATE. (b)DELETE. (c)DROP. (d) None of these
16. Which of the following is not a DMI. statement?
(a)SELECT. (b)INSERT. c)Update. d)Alter
17. Tavpreet Singh is an enthusiastic
leamer.Heyear.
hasquickly learnt many things in the past
Before
SQL is one such skill. Currently he has been helping his friend who works with SQL.
starting the work, Tavpreet wants look
to have
at the
a structures of tables in the database.
Whichof the following commands will help him do this?
(a)Show database. (b) Show tables. c)DESC <tablename>
.d)DESCRIBE <tablename>
18.Tavpreet's friend wants that in the new table that he is creating, the Mentor field sh
unique.
for all records in the table. What
Tavpreet
could have suggested for this?
(a)Apply Primary Key constraint on the Mentor field.
b)Apply Unique constraint on the Mentor field,
(c) Apply NOTNULL constraint on the Mentor field.
(d) Apply Foreign Key constraint on the Mentor field.
19. Tavpreet's friend has created the table DETAILS, but forgot to addHe
a primary key in
ItemID.
to create a table namely Orders, which also has a field by theHe wants
name to
ensure