DBMS
DBMS
Ans. a (data)
Q2. Which of the following software is appropriate to store data about school students?
a. MS-Access
b. Writer
c. Calc
d. Impress
Ans. a. MS-Access
Q3. Which of the following is not a database programs?
a. MySQL
b. Oracle
c. Writer
d. OObase
Ans. c. Writer
Q4. __________ store data in Single table.
a. Flat File
b. Relational
c. Single File
d. One File
Ans. c. Redundancy
Q8. Which of the following is not the advantage of database?
a. Sharing of Data
b. Reduce Data Redundancy
c. Increase Data Inconsistency
d. Data Security
Ans. a. True
Q10. A database can have only one table.(T/F)
a. True
b. False
Ans. b. False
Q11. Which of the following will help to maintain unique record in the table?
a. Foreign Key
b. Primary Key
c. Composite Key
d. Alternate Key
Ans. a. Book_number
Q13. When primary key is made up of two or more columns then it is called __ primary key.
a. Mixed
b. Reference
c. Composite
d. Compost
Ans. c. Composite
Q14. Duplicate values can be entered in primary key.(T/F)
a. True
b. False
Ans. False
Q15. A key which is referring to the primary key of another table is called _______
a. Alternate Key
b. Primary Key
c. First Primary Key
d. Foreign Key
Ans. c. Unique
Q17. When data is stored, maintained and retrieved from multiple tables then special database software are
required called ______
a. DBMS
b. RDBMS
c. Special DBMS
d. All of the above
Ans. b. RDBMS
Q18. Identify the Foreign Key from table “Sales”
Table Client:
ClientID (primary Key)
clientname
clientphone
Table : Sales
SalesID (Primary Key)
ClientID
Profit
a. SalesID
b. Profit
c. Clientphone
d. ClientID
Ans. d. ClientID
Q19. Which of the following is not valid field of table “Student”
a. admno
b.name
c. fees
d. salary
Ans. d. salary
Q20. There can be multiple primary key in a table.(T/F)
a. True
b. False
Ans. False
Q21. In RDBMS, data is organized in the form of __________________
a. Table
b. Record
c. Field
d. None of the above
Ans. a. Table
Q22. SQL stands for _________________
a. Structured Queue Language
b. Structured Query Language
c. Structured Query Lang
d. None of the above
Ans. d. Fields
Q24. ___________ represent a single data item in a table.
a. Tuples
b. Attributes
c. Relation
d. All of the above
Ans. a. Tuples
Q25. In tables, data is organized in the form of rows and columns.(T/F)
a. True
b. False
Ans. True
Q26. Every row in a table has the same structure.(T/F)
a. True
b. False
Ans. True
Q27. Open Office base is not an open source software.(T/F)
a. True
b. False
Ans. False
Q28. _______________ are the basic building blocks of a database.
a. Tables
b. Record
c. Fields
d. All of the above
Ans. a. Tables
Q29. We can create table :
a. in design view
b. use Wizard
c. Both of the above
d. None of the above
Ans. a. Text[Varchar]
Q31. Base automatically adds the column as Primary Key if we don’t add.(T/F)
a. True
b. False
Ans. True
Q32. By default the length of Varchar data type is __
a. 20
b. 30
c. 40
d. 50
Ans d. 50
Q33. By default the name of the table is ______
a. Tab 1
b. Table 1
c. First Table
d. Untitled 1
Ans b. Table 1
Q34. __________ are used to identify which type of data we are going to store in the database.
a. Datatype
b. Record
c. Table
d. Attributes
Ans. a. Datatype
Q35. Which data type will be appropriate to store information as Salary, Fees, Price etc
b. Alphanumeric Data types
a. Numeric Data type
c. Binary Data types
d. Date Time
Ans d. Date
Q37. Which of the following data types can not store decimal values?
a. Decimal
b. Real
c. Numeric
d. Boolean
Ans d. Boolean
Q38. Which of the following will occupy more space in computer memory?
a. Bigint
b. Integer
c. Smallint
d. Boolean
Ans a. Bigint
Q39. _______ data types are used for storing photos, music files etc
a. Binary
b. Alphanumeric
c. Numeric
d. Special
Ans a. Binary
Q40. Char is a ______ length data type and varchar is a ______ length data type.
a. Fixed, Variable
b. Variable, Fixed
c. Variable, Variable
d. Fixed, Fixed
Ans. a. Numeric
Q43. Which of the following property help to set the number of characters in Varchar type.
a. Auto value
b. Required
c. Default Value
d. Length
Ans. d. Length
Q44. Which property ensures that field can not be left blank?
a. Entry required
b. Format
c. Required Entry
d. Required
Ans. a. 10
Q46. Which of the following property to be turned “yes” so that value will be auto incremented?
a. Default
b. Format
c. Auto value
d. Length
Ans. d. Charbinary
Q48. Which of the following is not the date time data types?
a. Date
b. Time
c. Datestamp
d. Timestamp
Ans. c. Datestamp
Q49. Which data type is used to store value of fields like “Date of Birth”?
a. Date Time
b. Varchar
c. Integer
d. Other
Ans. b. False
Q51. We can ____________________ data in table.
a. modify
b. insert
c. delete
d. all of the above
Ans. b. False
Q55. Sorting means to arrange data in _______________ order.
a. increasing
b. decreasing
c. increasing or decreasing
d. None of the above
Ans. a. True
Q57. In Base data can be linked between two or more tables with the help of _________________
a. primary key
b. foreign key
c. primary and foreign key
d. None of the above
Ans. d. Tools
Q60. There are __________________ types of relationship which can be created between tables.
a. three
b. two
c. four
d. infinite
Ans. a. three
Q61. Which language help to extract/fetch data from table?
a. MySQL
b. Python
c. OOBase
d. HTML
Ans. a. MySQL
Q62. We can create query (in Open Office Base) in _______________________
a. In design view
b. Using wizard
c. Both of the above
d. None of the above
Ans. a. True
Q64. We can not delete the data using queries.(T/F)
a. True
b. False
Ans. b. False
Q65. SQL stands for __________________
a. Structural Query Language
b. Structured Query Language
c. Skeletal Query Language
d. None of the above
Ans. a. Structural Query Language
Q66. ___________ statement is used to retrieve data from table.
a. Delete
b. Update
c. Print
d. Select
Ans. d. Select
Q67. ____________ is the most common DML command.
a. Delete
b. Update
c. Select
d. All of the above
Ans. c. Select
Q68. DML stands for ____________
a. Data Manipulation Language
b. Database Manipulation Language
c. Data Modify Language
d. None of the above
Ans. b. Where
Q70. Which of the following clause return records in ascending order?
a. Order By
b. Where
c. Order Asc
d. Order Inc
Ans. a. Order By
Q71. Command to display all the data in the table “emp” is.
a. Select * from emp
b. Select * from emp;
c. Select all from emp
d. Select all from emp;
Ans. b. F5 Key
Q74. Which command is used to display the salary of all the employees after incrementing by 1000.
a. Select
b. Update
c. Modify
d. Change
Ans. a. Select
Q75. Select “salary” from emp;
a. will display all the records of table emp
b. will display only particular columns of table emp;
c. will display only salary column of table emp;
d. None of the above
Ans. b. delete