adplus-dvertising
frame-decoration

Question

A ________ is a pictorial depiction of the schema of a database that shows the relations in the database, their attributes, and primary keys and foreign keys.

a.

Schema diagram

b.

Relational algebra

c.

Database diagram

d.

Schema flow

Posted under RDBMS DBMS

Answer: (a).Schema diagram

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A ________ is a pictorial depiction of the schema of a database that shows the relations in the database, their attributes, and primary keys and foreign keys.

Similar Questions

Discover Related MCQs

Q. The _______ operator takes the results of two queries and returns only rows that appear in both result sets.

Q. The most commonly used operation in relational algebra for projecting a set of tuple from a relation is

Q. The _______operation performs a set union of two “similarly structured” tables

Q. The result which operation contains all pairs of tuples from the two relations, regardless of whether their attribute values match.

Q. The_____ operation allows the combining of two relations by merging pairs of tuples, one from each relation, into a single tuple.

Q. Which one of the following is a procedural language ?

Q. Student(ID, name, dept name, tot_cred)
In this query which attribute form the primary key?

Q. Using which language can a user request information from a database ?

Q. The ______ is the one in which the primary key of one relation is used as a normal attribute in another relation.

Q. The tuples of the relations can be of ________ order.

Q. A domain is atomic if elements of the domain are considered to be ____________ units.

Q. Department (dept name, building, budget) and Employee (employee_id , name, dept name,salary)
Here the dept_name attribute appears in both the relations .Here using common attributes in relation schema is one way of relating ___________ relations.

Q. Course(course_id,sec_id,semester)
Here the course_id,sec_id and semester are __________ and course is a _________

Q. Database __________ which is the logical design of the database, and the database _______ which is a snapshot of the data in the database at a given instant in time.

Q. For each attribute of a relation, there is a set of permitted values, called the ________ of that attribute.

Q. The term attribute refers to a ___________ of a table.

Q. The term _______ is used to refer to a row.

Q. A ________ in a table represents a relationship among a set of values.

Q. A relational database consists of a collection of

Q. To specify the foreign keys in relations referencing temporal data we need to specify _______