database_MCQ
database_MCQ
Container
Q1. A database is an organized collection of b. Back End
_______________. c. End
a. data d. None of the above
b. Attributes
c. Record Ans. b. Back End
d. None of the above Q7. Duplication of data is called _________.
a. Inconsistency
Ans. a (data) b. Consistency
Q2. Which of the following software is c. Redundancy
appropriate to store data about school d. Foreign Key
students?
Ans. c. Redundancy
a. MS-Access Q8. Which of the following is not the
b. Writer advantage of database?
c. Calc
d. Impress a. Sharing of Data
b. Reduce Data Redundancy
Ans. a. MS-Access c. Increase Data Inconsistency
Q3. Which of the following is not a database d. Data Security
programs?
Ans. c. Increase Data Inconsistency
a. MySQL Q9. Data Integrity means that data is
b. Oracle accurate and consistent in the database.(T/F)
c. Writer
d. OObase a. True
b. False
Ans. c. Writer
Q4. __________ store data in Single table. Ans. a. True
a. Flat File Q10. A database can have only one
b. Relational table.(T/F)
c. Single File
d. One File a. True
b. False
Ans. a. Flat File
Q5. ___________ are dedicated computers Ans. b. False
that hold the actual databases and run only Q11. Which of the following will help to
DBMS and related Software. maintain unique record in the table?
a. Main Server
b. Web Server a. Foreign Key
c. Database Server b. Primary Key
d. Non Database Server c. Composite Key
d. Alternate Key
Ans. c. Database Server
Q6. GUI act as front end and database server Ans. b. Primary Key
act as _____
Q12. Which of the following field of table b. RDBMS
“Book” can act as primary key? c. Special DBMS
d. All of the above
a. Book_number
b. Subject Ans. b. RDBMS
c. price Q18. Identify the Foreign Key from table
d. Author_name “Sales”
Ans. c. Unique
Q17. When data is stored, maintained and
retrieved from multiple tables then special
database software are required
called ______
a. DBMS
Q21. In RDBMS, data is organized in the Q27. Open Office base is not an open source
form of __________________ software.(T/F)
a. Table a. True
b. Record b. False
c. Field
d. None of the above Ans. False
Q28. _______________ are the basic
Ans. a. Table building blocks of a database.
Q22. SQL stands for _________________ a. Tables
a. Structured Queue Language b. Record
b. Structured Query Language c. Fields
c. Structured Query Lang d. All of the above
d. None of the above
Ans. a. Tables
Ans. b. Structured Query Language Q29. We can create table :
Q23. All the values in ________ are of same
type. a. in design view
a. Records b. use Wizard
b. Table c. Both of the above
c. Database d. None of the above
d. Fields
Ans. c. Both of the above
Ans. d. Fields Q30. By default data type of fields is.
Q24. ___________ represent a single data
item in a table. a. Text[Varchar]
a. Tuples b. Text[Char]
b. Attributes c. Int
c. Relation d. Long
d. All of the above
Ans. a. Text[Varchar]
Ans. a. Tuples
Q25. In tables, data is organized in the form
of rows and columns.(T/F) Q31. Base automatically adds the column as
Primary Key if we don’t add.(T/F)
a. True
b. False a. True
b. False
Ans. True
Q26. Every row in a table has the same Ans. True
structure.(T/F)
a. True
b. False
Ans. True
Q32. By default the length of Varchar data a. Decimal
type is __ b. Real
a. 20 c. Numeric
b. 30 d. Boolean
c. 40
d. 50 Ans d. Boolean
Q38. Which of the following will occupy
Ans d. 50 more space in computer memory?
Q33. By default the name of the table
is ______ a. Bigint
a. Tab 1 b. Integer
b. Table 1 c. Smallint
c. First Table d. Boolean
d. Untitled 1
Ans a. Bigint
Ans b. Table 1 Q39. _______ data types are used for storing
Q34. __________ are used to identify which photos, music files etc
type of data we are going to store in the a. Binary
database. b. Alphanumeric
c. Numeric
a. Datatype d. Special
b. Record
c. Table Ans a. Binary
d. Attributes
Q40. Char is a ______ length data type and
Ans. a. Datatype varchar is a ______ length data type.
Q35. Which data type will be appropriate to a. Fixed, Variable
store information as Salary, Fees, Price etc b. Variable, Fixed
c. Variable, Variable
b. Alphanumeric Data types d. Fixed, Fixed
a. Numeric Data type
c. Binary Data types Ans. a. Fixed, Variable
d. Date Time
a. Tinyint
b. Smallint
c. Boolean
d. Date
Ans d. Date
Q37. Which of the following data types can
not store decimal values?