Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You're designing a relational database for a customer loyalty app you're developing for a client. The client has been saving information in a series of
You're designing a relational database for a customer loyalty app you're developing for a client. The client has been saving information in a series of Excel spreadsheets, but the volume of data is becoming too unwieldy to use spreadsheets effectively. Before you can import the data from the client's existing records, you need to set up some tables with fields and records. Which tables will you need in your database for the purposes of this app? Choose two. a. Employees b. Inventory c. Customers d. Transactions Which of the following fields should be included in the Customers table? Choose two. a. Address b. Customer_ID c. Transaction_Date d. Last_Name Each table in a relational database must have exactly one primary key. The most appropriate primary key for the Transactions table could bu Structured Query Language (SQL) is a standard fourth-generation query language used by many DBMS packages. The basic format of an SQL query to take. You're configuring an SQL query to pull email information about all customers born after 1985. Complete the following statement: SELECT FROM WHERE What information should go in the first blank after the word SELECT? a. Customer_Name, Email b. Email c. Customers d. Year_of_Birth >1985 What information should go in the first blank after the word FROM? a. Year_of_Birth b. Email
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started