Question: A database has been designed for a finance company, with the following schema: Customer (customerId, name, address, dateOfBirth) Account (accountId, type, balance, customerId) Write the

A database has been designed for a finance company, with the following schema: Customer (customerId, name, address, dateOfBirth) Account (accountId, type, balance, customerId) Write the SQL statements to create the tables for the Customer table. You should specify suitable data types for the attributes. Write SQL queries to return the following data from the database defined above. A list of all the names (in alphabetical order) and address of all the customers. List all the customers who were born in 1990
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
