subject

You are given a table table1 with fields id (primary key, autonumber) and x of type short text and a table table2 with fields id (primary key, autonumber) and y of type number. you write a query which produces this output:

col1 x "hello" "how" "are"
col2 y 1 2 3
col3 id 4 5 6
what can you say about the relationship between the two tables? complete the following statement:

there is a relationship from to field in . hint: the relationship is between a field of type autonumber and a field of type number.

table1 contains 3 rows with keys 1,2,3. what can you say about the contents of those rows? compete the following statements:

what is in field x in row , row , row ?
what is the minimum of rows that table table2 must contain?

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:00
What operating system is a smartphone most likely to use? 1.bsd 2.mac os x 3.symbian 4.linux
Answers: 1
question
Computers and Technology, 22.06.2019 11:50
You have written, as part of a school assignment, a research paper on the solar system. you want to share this paper on your school website. on which type of server will you upload it?
Answers: 1
question
Computers and Technology, 22.06.2019 19:30
When creating a presentation in libre office impress, where does the editing of slides take place? a. the slides panel b. the center panel c. the tasks panel, under the masters pages tab d. the tasks panel, under the layouts tab
Answers: 3
question
Computers and Technology, 23.06.2019 20:00
What multimedia system creates an immersive, real-life experience that the user can interact with?
Answers: 1
You know the right answer?
You are given a table table1 with fields id (primary key, autonumber) and x of type short text and a...
Questions