Question
Create an Access database with two tables using the graphical capabilities of the product (vs. SQL). One table is called STUDENTS and has fields for
Create an Access database with two tables using the graphical capabilities of the product (vs. SQL). One table is called STUDENTS and has fields for Student_ID, Last_Name, First_Name, Major, DOB (i.e., date of birth), Zip_Code, and GPA. The other table is called ZIP_CODES and has fields of Zip_Code, City, and State. Use appropriate Access data types for all fields. Ensure both tables have primary keys and there is a foreign key in the STUDENTS table referencing the Zip_Code field in the ZIP_CODES table. Populate each table with two records, ensuring that each student has a zip code that matches a value in the ZIP_CODES table. Develop a query that shows the Student IDs of both students along with their last names, first names, date of birth, GPAs, zip codes, cities, and states. Submit the following screen snapshots, in this order and appropriately labeled, in a single Word file: Relationships View showing both related tables Table Design Views of both tables Datasheet Views of both tables showing the two records Query Design View of your query SQL View of your query Datasheet View of the query results I am not understanding how to determine their relationship, how to place one or how to create a foreign key? Where do I place the code?
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