Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. If I wanted records from two different tables where only records from table1's Primary Key equal table2's Foreign Key, which FROM statement would expect

1. If I wanted records from two different tables where only records from table1's Primary Key equal table2's Foreign Key, which FROM statement would expect to see

A) table1 INNER JOIN table2 ON table1.PrimaryKey = table2.ForeignKey

B) table1 INNER JOINS table2 ON table1.PrimaryKey = table2.ForeignKey

C) table1 OUTER JOIN table2 ON table1.PrimaryKey = table2.ForeignKey

D) table1.PrimaryKey INNER JOIN table2.ForeignKey

2. What term is used to state that "If there is a value in a foreign key in one table, then there MUST be the same value represented in the primary key of another table"?

A) Cross Reference

B) INNER JOIN

C) Identity Column

D) Referential Integrity

3. If I wanted my web site (WEBSITE1) to use data from another web site (WEBSITE2) to build a page, I would use

A) AJAX

B) A Dynamic Link Library

C) A webservice hosted on WEBSITE1

D) HTML Code

E) A webservice hosted on WEBSITE2

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Modeling And Design

Authors: Toby J. Teorey, Sam S. Lightstone, Tom Nadeau, H.V. Jagadish

5th Edition

0123820200, 978-0123820204

More Books

Students also viewed these Databases questions

Question

Describe Table Structures in RDMSs.

Answered: 1 week ago