Computer Knowledge
Database and SQL
4,213 QuestionsMaster structured query language commands, database joins, table constraints, and alias generation. This section covers relational database management concepts and query outputs essential for technical aptitude. These technical questions feature prominently in banking IT officer exams and computer knowledge sections.
Database and SQL Questions
The four constraints that can be specified on relational databases are _____________________.
Entity integrity constraint states that no ______ key value can be null because it is used to identify individual tuple in a relation.
The integrity constraints, specified on ________, must hold in every database state of that schema.
While ______ and ________ constraints are specified on individual relation, the _______ constraint is specified between two or more relations.
Every relation that has at least one key by default, which is the combination of all its attributes is called _________ by default, which specifies uniqueness constraint.
____________ is defined as that part of super-key from which any attribute cannot be removed without sacrificing the uniqueness constraint.
___________ operation is carried out to remove a tuple from a relation.
_______ operation on Relational Data Model does not cause violation any integrity constraints.
Which of the following are the constraints of database schemas?
a. Domain constraints, Key constraints, Entity integrity constraints, Referential integrity constraints
b. Domain constraints, Data constraints, Entity integrity constraints, Referential integrity constraints
While key and entity constraints are specified on individual relation, the referential integrity constraints is specified between _________ relations.
Selecting reports from objects list provided by LHS of Database Window and clicking at New object button of tool bar is step ___ in procedure in access for designing a simple.