
DBtest
Authored by Asu Voda
Other
University
Used 52+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
78 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the 'Serializable' isolation level, when two transactions, T1 and T2, try to insert a new row with the same unique key, what will happen upon commit?
Both inserts will be successful.
The database will merge both inserts.
The second transaction to commit will fail.
Both transactions will be rolled back.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you assign a role the ability to create databases in PostgreSQL?
By setting the role as a superuser.
By making the role a member of the db_owner group.
By granting the role the CREATE privilege.
By granting the role the CREATEDB privilege.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following SQL query? SELECT membercost, sum(guestcost) AS guest_sum FROM cdюfacilities GROUP BY membercost HAVING membercost > 0
It returns an error because the GROUP BY clause is missing.
It returns the sum of quest costs for each facility.
It returns the member costs for each facility.
It returns the total quest cost for all facilities.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider two tables: Citizens and Passports. Each citizen can have only one passport, and each passport belongs to one citizen. What relationship is this?
One-to-One
Many-to-One
Many-to-Many
One-to-Many
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a self-join, a table is joined with ...?
Its parent table.
its child table.
Another table with the same structure.
Itself.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of index is created by the following SQL statement? CREATE INDEX idx name ON Employees (Name);
Unique Index.
Composite Index.
B-Tree Index.
Hash Index.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary benefit of using the EXPLAIN command before running a complex query?
a. It provides insight into how the query will be executed by the database engine.
b. It automatically optimizes the query for better performance.
c. It creates necessary indexes for the query.
d. It modifies the query to run faster.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?