SQL and Relational Database Concepts Assessment
Posted on Mar 31, 2025 in Commercialization and Logistics
SQL and Database Concepts Questions
-
Which of the following will fix one of the issues with the SQL statement in Figure 1a?
- StudentID, CRN AUTO_INCREMENT PRIMARY KEY
- PRIMARY KEY (StudentID)
- FOREIGN KEY (StudentNum) REFERENCES Housing (DormNum)
- (StudentID) AUTO_INCREMENT PRIMARY KEY
- DELETE TABLE Students
-
Which of the following is true about Figure 3?
- The tables have too many primary keys (PKs)
- It uses Chen’s notation
- It uses SQL, not ANSI
- It uses Crow’s Foot notation
- It is a Database Management System (DBMS)
-
In Figure 4, the Age element is represented as a(n):
- Composite Entity
- Multi-valued Attribute
- Composite Attribute
- Derived Attribute
- Option
-
While entity and attribute names may appear in ERDs, attribute values should never show up. TRUE
-
A data type describes:
- The logical entities in the database
- The values a field can take on
- The maximum number of records in a database
- Physical data
- The logical data model
-
SQL commands used to create or change data structures are part of the Data … Language:
- Modeling
- Manipulation (DML)
- Integrity
- Definition (DDL)
- Control (DCL)
-
In Figure 2, which table does not contain a foreign key?
- Period
- Period_by_year
- Rpt_maintenance_kpi
- None of the tables have a foreign key
-
SQL stands for:
- Structured Query Language
-
The minimum number of occurrences of an entity in a relationship is:
- Ordinality
- Cardinality
-
Any set of symbols and characters used to model data is known as a(n):
- Notation
-
According to Figure 4, a Student’s Address is:
- Multicomposite
- Supervalued
- Unique
- Composite
- Multivalued
-
The maximum number of instances of an entity in a relationship is known as:
- Ordinality
- Cardinality
-
The following will fix one of the problems with Figure 1a:
- FOREIGN KEY (StudentID) REFERENCES Housing (StudentNumber)
-
The reason quotes are needed around ‘PA’ in Figure 1d is:
- If you don’t use them, you have to spell Pennsylvania
- It is not a primary key
- It is a primary key
- It is a text/string/character field
- It is not unique
-
In Figure 1d, data from these attributes will appear in the resulting table:
- Member location
- How many left swipes member got
- Location in PA of each member
- All Tinder members
-
Which of the following would fix the query in Figure 1b?
- Table names should be uppercase
- Replace ‘*’ with ALL
- Put ‘La Perla’ in quotes
- Replace ‘*’ with ‘?’
- Specify which field must be used
-
What is a foreign key for?
- To establish entity relationships
-
ERDs show how:
- SQL is formed
- Data is stored on disk
- Entities are associated with each other
- DBMS interprets queries, whether SQL or QBE
-
How many primary keys are there in Figure 2?
- Three
-
An ERD is first and foremost a(n):
- 4GL (Fourth-Generation Language)
- Model
- Command
- DBMS (Database Management System)
- Query
-
Single attributes made up of several data components (e.g., a single Customer Address) are known as:
- Weak
- Multivalued
- Optional
- Foreign
- Composite
-
A well-formed SQL command must end in:
- . (period)
- : (colon)
- ; (semicolon)
- ? (question mark)
- * (asterisk)
-
SQL commands used to set user privileges are part of the Data … Language:
- Control (DCL)
- Definition (DDL)
- Link
- Manipulation (DML)
- Integrity
-
SQL is …, though GUIs do exist:
- Object-oriented
- Proprietary
- Menu-based
- Command-based
- A DBMS
-
The set of attributes which uniquely identify a single record in a table is a(n):
- Composite key
- Natural key
- Primary key
- Master key
- Foreign key
-
If ANSI SQL is a standard, why do things like PL/SQL, T-SQL, and PostgreSQL exist?
- Fake news…
- They are development licenses only
- They are SQL versions specific to Big Data
- They include proprietary extensions
- They reflect the development history of the logical data model
-
A field used as a primary key (PK) in one table (parent) and which appears in another (child), whether as a PK or not, is known as a(n):
- Ordinality
- Functional dependence
- Cardinality
- Foreign key
- Composite
-
In a Relational Database (RDB), a relation is also known as a(n):
- Ordinality
- Table
- Cardinality
- Attribute
- Entity
-
Composite primary keys:
- Are not necessary
- Have multiple columns
- Are always foreign
- Need to be avoided
- Are made of a single column
-
Commercial and open-source DBMS are free to … the ANSI SQL standard:
- Reassign meaning to
- Claim ownership of
- Reinvent
- Extend
- Change
-
In MS Access, this character is used as a wildcard to match any number of characters:
- * (asterisk)
-
In Figure 3, which of these is an incorrect interpretation of the ERD?
- An Invoice belongs to one and only one customer
- An invoice line describes one and only one product
- An invoice line is found in one and only one invoice
- A Vendor carries one and only one product
- A customer may have zero or many invoices
-
A system-generated attribute generally:
- Exists outside the context of the database environment using it
- Creates a foreign key for all tables
- Turns a foreign key into a composite key
- Is created and managed by the DBMS
- Is messy
-
A command issued in MySQL may not run well in an Oracle database because of:
- Servers and data
- Different SQL extensions
-
An attribute that has a single value is known as a(n):
- Atomic
- Ordinal
- Cardinal
- Composite
- Compound
-
SQL commands which help end users view or change data contents are part of the Data … Language:
- Definition (DDL)
- Manipulation (DML)
- Link
- Integrity
- Control (DCL)
-
SQL commands in use by the DBMS which cannot be used to name database objects are known as:
- Extensions
- Clauses
- Reserved words
- Operators
- Queries
-
The query in Figure 1c would successfully return the following data: Employee IDs for the last names starting with M.
-
In MS Access, this character is used as a wildcard to match any one character:
- ? (question mark)
-
Which of the following is correct regarding Figure 3? An Invoice Line describes a single Product.
-
In Figure 4, which of these elements is a multivalued attribute?
- Age
- Email
- Address
- StudentID
- Major
-
In Figure 4, StudentID is a(n): Primary Key.
-
Since a primary key (PK) is a set of columns, it can have:
- Only one column
- Several rows
- Foreign attributes
- Several columns
- As many columns as there are tables
-
SQL is many things except a(n):
- International standard
- 4GL (Fourth-Generation Language)
- GUI (Graphical User Interface)
- Programming language
- Part of most DBMS
-
The minimum and maximum number of entities in any relation, shown together, are represented on a(n): ERD (Entity Relationship Diagram).
-
In Figure 2, all foreign keys (FKs) have been defined properly since we can see:
- Little lines
- Several tables
- Golden key icons
- Modalities (relationship symbols)
- All attributes
-
How many primary keys (PKs) are in Figure 3c? Five.
-
Attributes which have only a single value and do not have multiple components are known as:
- Atomic
-
A table can have more than one of any of these, except for:
- Records
- Candidate keys
- Foreign keys
- Primary keys
- Fields
-
The output of the query below would be:
- The entire contents of the surveys table
- Everything about chipmunks on or after year 2000
- All chipmunks born after the year 2000
- Everything about chipmunks after the year 2000
- It is not possible to tell