Question
these are c# .net questions if false explain why 1. The value/values that unique identify a row in a table are referred to as the
these are c# .net questions if false explain why
1. The value/values that unique identify a row in a table are referred to as the ___________ key
2. The value/values in a table that reference a unique row in another table is known as the ____________ key
3. T/F Relational databases are able to represent a many to many relationship
4. (2pts) Draw a picture of table representing an Item
5. (2pts) Draw a picture of a table representing a Customer
6. (3pts) Draw a picture that represents a Customers Order of 1 or more Items
ZOOM
Name _________________________
Score ______
1. T/F Entity Framework allows you to interact with the database if you have knowledge of SQL commands.
2. T/F Entity Framework models many to one relationships by having a class with a List of the related class.
3. T/F Entity Framework allows for async access to the database.
4. T/F Updating the Entity Framework DBSet collections results in immediate changes in the database.
5. T/F You dont need to use Try Catch blocks when using Entity Framework because it handles errors itself.
6. (5pts ) Draw an ERD of your groups Budget project database.
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