MCQsFoundry.com brings to you 1000+ Database Mcqs which are new and latest. These Mcqs are gathered form various free sources over the Internet. If someone have any issue regarding to the copyright will contact us. MCQsFoundry.com is committed to provide Database Computer Science MCQs with Answers. Here are the Top 1000+ Database Computer Science Mcqs (Volume 1) is being published. Computer Science(Database) MCQs From various online sources over the internet are the best source for job test preparation in Pakistan.
1.Most of the commercial software implementations of the relational algebra operators yield listings and new tables.
- TRUE
- FALSE
- none
2 .The final outcome of a natural JOIN operation yields a table that does not include the unmatched row.
- TRUE
- FALSE
- none
3. The final outcome of a natural JOIN yields a table that provides only the copies of the unmatched pairs.
- TRUE
- FALSE
- none
4. Another form of JOIN, known as equijoin, links tables on the basis of an equality condition that compares specified columns of each table.
- TRUE
- FALSE
- none
5. In a relational table, each table must have an attribute or a combination of attributes that uniquely identifies each row.
- TRUE
- FALSE
- none
6.I n a relational table, each table row (topless) does not necessarily represent a single entity occurrence within the entry set.
- TRUE
- FALSE
- none
7.In a relational table, each column represents an attribute and each column has a distinctive name. intersection represents a single data value.
- TRUE
- FALSE
- none
9.In a relational table, each value in a column must conform to the same data format.
- TRUE
- FALSE
- none
10.Each column in a relational table has a specific range of values knows as the attribute object.
- TRUE
- FALSE
- none
11.The order of the rows and columns in a relational table is immaterial to the DBMS.
- TRUE
- FALSE
- none
12. Some older DBMSs might impose constraints restricting the table names to ten characters.
- TRUE
- FALSE
- none
13 .Some older DBMSs might impose constraints restricting the column names to ten characters.
- TRUE
- FALSE
- none
14. Some older DBMSs impose constraints that allow column names to start with a digit.
- TRUE
- FALSE
- none
15. Numeric data are data on which you can perform meaningful arithmetic procedures.
- TRUE
- FALSE
- none
16. Character data can contain any character or symbol intended for mathematical manipulation.
- TRUE
- FALSE
- none
17. Date attributes contain calendar dates stored in a special format known as Julian date format.
- TRUE
- FALSE
- none
18. Logical data can have only a true or false (yes or no) condition.
- TRUE
- FALSE
- none
19. The proper use of foreign keys is crucial to exercising data redundancy control.
- TRUE
- FALSE
- none
20. An entity set is a named collection of entities that share common characteristics.
- TRUE
- FALSE
- none
21 Nulls, if used improperly, can create problems because they can represent ____.
- a default value
- zero
- a known, but missing, attribute value
- an unsuitable value
22. The entity integrity rule requires that ____.
- all primary key entries are unique
- a part of the key may be null
- C. foreign key values do not reference primary key values
- duplicate object values are allowed
23. Data are classified, according to their format and function, into which categories?
- Numeric and character
- Numeric, character, and date
- Numeric and logical
- Numeric, character, date, and logical
24. A table is perceived as a ____.
- flat structure
- linked structure
- two-dimensional structure
- graph
25. According to E.F. Coded, another word for the term “relation” is ____.
- data file
- table
- data index
- data query
26. The logical view of the relational database is facilitated by the ____.
- wizard
- use of tables
- creation of queries using the wizard
- creation of data relationships based on a construct known as a table
27. Each table must have a ____ key.
- primary
- foreign
- secondary
- logical
28. The key’s role is based on a concept known as ____.
- consistency
- determination
- availability
- uniqueness
29. A super key is any key that uniquely identifies each ____ uniquely.
- entity
- table
- object in a table
- structure in a table
30. A primary key ____.
- is a minimal super key
- must be numeric
- is always the first field in each table
- must be unique
31. A table can be logically connected to another table by defining a ____.
- hyperlink
- primary key
- common attribute
- logic key
32. A relational operator that yields values from all rows in a table is known as the ____ operator.
- DIFFERENCE
- SELECT
- PRODUCT
- PROJECT
33. A relational operator that yields all values from selected attributes is known as the ____ operator.
- DIFFERENCE
- SELECT
- PRODUCT
- PROJECT
34. A relational operator that allows for the combination of information from two or more tables is known as the ____ operator.
- SELECT
- JOIN
- PROJECT
- DIFFERENCE
35. In a relationship, when a primary key from one table is also defined in a second table, the field is referred to as a ____ in the second table.
- combined key
- primary key
- redundant field
- foreign key
36. A relational operator that yields all possible pairs of rows from two tables is known as the ____operator.
- UNION
- DIFFERENCE
- INTERSECT
- PRODUCT
37. A primary key that consists of more than one field is called a ____ key.
- composite
- group
- secondary
- foreign
38. A relational operator that yields all rows in one table that are not found in the other table is the operator.
- UNION
- DIFFERENCE
- INTERSECT
- PRODUCT
39. The short Date format is ____.
- DD-MM-YY
- MM/DD/Y
40. A field that consists of integer values is a ____ type field.
- Date/Time
- Memo
- Yes/No
- Numeric
41. Which of the following statements concerning the primary key is true?
- All primary key entries are unique.
- The primary key may be null.
- The primary key is not required for all tables.
- The primary key data do not have to be unique.
42. Which of the following is NOT an allowable operation for a date field?
- Compare two dates
- Multiply two dates
- Convert a date from its internal representation to a different presentation format
- Create a date by adding or subtracting a number of days from a given date
43. In general terms, the ____ key is an attribute (or combination of attributes) that uniquely identifies any given entity.
- indexed
- foreign
- primary redundant
44.In the context of a database table, the statement “A determines B” indicates that ____.knowing the value of attribute A, you cannot look up the value of attribute B B. you do not need to know the value of attribute
- in order to look up the value of attribute B
- knowing the value of attribute
- you can look up the value of attribute A
- knowing the value of attribute A, you can look up the value of attribute B
45. A ____ is any key that identifies each entity uniquely. It functionally determines all of the entity’s attributes.
- super key
- foreign key
- primary key
- combined key
46. It might take more than a single attribute to define functional dependence; that is, a key may be composed of more than one attribute. A multi-attribute key is known as a ____ key.
- primary
- composite
- super
- foreign
47. The table is said to exhibit ____ integrity.
- referential
- enforced
- entity
- key
48 .In a sophisticated application development software, nulls can create problems when using functions such as
- COUNT
- COUNT and AVERAGE
- SUM
D. COUNT, SUM, and AVERAGE
49. We can describe a link by observing that ____.
- a primary key of one table appears again as a primary key in a related table
- a foreign key of one table appears again as a foreign key in a related table
- a primary key of one table appears again as a foreign key in a related table
- a foreign key of one table appears again as a primary key in a related table ANS
50. User rights information is stored in
- Physical database
- Catalog
- Logical database
- Buffer