Question 3 1 pts T/F - Relationships in tables rely on the use for indexes in on
ID: 3711225 • Letter: Q
Question
Question 3 1 pts
T/F - Relationships in tables rely on the use for indexes in one table being referenced by
the other table
Question 4 1 pts
T/F - The process of getting data out of a database is typically called "reporting"
Question 5 1 pts
T/F - When getting data from related tables you have to specify how to insert one table
into another.
Question 6 1 pts
T/F - Assuming a database already existed, to do basic CRUD ( Create, Read, Update,
Delete ) operations with a database you must use SQL commands.
Question 7 1 pts
T/F - The typical approach to working with databases using the .NET Data providers relies
on a persistent data connection that manipulates data in the database live.
Question 8 1 pts
T/F - You can work directly with a database without using the Data Adapter or Entity
Framework
Question 9 1 pts
T/F - To use LINQ, a collection must implement the IQueryable<T> interface
c#, .net questions, if false provide an answer to why its false
Question 10 1 pts
T/F - Running two threads that do a simple print out of 1-10000 will generate the same
results in the same order each time you run them
Explanation / Answer
Solution:
3)
True
Explanation:
This is called defining the referential integrity constraint where we define the foreign keys in the table referencing to the primary key of another table.
4)
True, reporting means extracting formatted results form the database
5)
True
6)
True
7)
True
8)
False
9)
True
10)
True
I hope this helps if you find any problem. Please comment below. Don't forget to give a thumbs up if you liked it. :)
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.