logo

Crowdly

Browser

Add to Chrome

DataBase Fundamentals new

Looking for DataBase Fundamentals new test answers and solutions? Browse our comprehensive collection of verified answers for DataBase Fundamentals new at softserve.academy.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

What is a transaction in PostgreSQL?

View this question

Which of the following is NOT true about granting privileges in PostgreSQL?

View this question
What types of privileges are commonly NOT used in PostgreSQL?
View this question

What are Privileges in PostgreSQL?

View this question

What is the purpose of SQL roles?

View this question

What is the purpose of transaction logs in PostgreSQL?

View this question

What is view materialization in PostgreSQL?

View this question

Which of the following is an advantage of using views in PostgreSQL?

View this question

Suppose you have a PostgreSQL database that contains a table named sales, which contains information about sales transactions. The sales table has columns for the date of the transaction, the name of the salesperson, the product sold, and the amount of the sale. You want to create a grouped view that shows the total sales amount for each salesperson and product combination.

Example of the sales table:

sale_datesalespersonproductsale_amount
2022-03-01John SmithProduct A100.00
2022-03-01Jane DoeProduct B75.00
2022-03-02John SmithProduct C50.00
2022-03-03Bob JohnsonProduct A25.00
2022-03-03Jane DoeProduct B150.00

Which of the following CREATE VIEW statements would accomplish this?

View this question

Suppose you have two tables in a PostgreSQL database, customers and orders, with the following data:

customers table:

customer_idcustomer_nameaddresscity
1John Smith123 Main St.Anytown
2Jane Doe456 Oak St.Other town
3Bob Johnson789 Maple Ave.Another town

orders table:

order_idcustomer_idorder_datetotal_amount
112022-03-01150.00
222022-03-0275.00
312022-03-0325.00
432022-03-0450.00

Which of the following CREATE VIEW statements would create a vertical view that displays the customer name, order ID, and total amount for all orders?

View this question

Want instant access to all verified answers on softserve.academy?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome