subject

one of the tables you will create is the runner table. this table will be used to keep track of data for all the runners who have entered to run in the 10k race.
1. make a list of the fields names and field types you plan to include in the table. what fields are you going to in this table ? what are their field types ? would it make sense to reduce any of the fields sizes ? do you need to add captions ?
2. which field will be the primary key ? make sure you choose a field to act as the primary key ? remember the primary key field must uniquely identify each record ( runner ) in the table ?

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 17:30, granta1
Write pseudocode to represent the logic of a program that allows the user to enter a value. the program multiplies the value by 10 and outputs the result.
Answers: 1
image
Computers and Technology, 24.06.2019 22:30, rayniqueamee2002
When can you access the bios setup utility?
Answers: 1
image
Computers and Technology, 25.06.2019 10:50, tsmalls70988
4.9: population write a program that will predict the size of a population of organisms. the program should ask the user for the starting number of organisms, their average daily population increase (as a percentage, expressed as a fraction in decimal form: for example 0.052 would mean a 5.2% increase each day), and the number of days they will multiply. a loop should display the size of the population for each day. prompts, output labels and messages. the three input data should be prompted for with the following prompts: "enter the starting number organisms: ", "enter the daily increase: ", and "enter the number of days the organisms will multiply: " respectively. after the input has been read in successfully, a table is produced, for example: 2 300.0 4 675.0 under the heading is a line of 29 dashes followed by one line for each day, showing the day number and the population at the beginning of that day. input validation. do not accept a number less than 2 for the starting size of the population. if the user fails to satisfy this print a line with this message "invalid. must be at least 2. re-enter: " and try to read the value. similarly, do not accept a negative number for average daily population increase, using the message "invalid. enter a non-negative number: " and retrying. finally, do not accept a number less than 1 for the number of days they will multiply and use the message "invalid. enter 1 or more: ".
Answers: 1
image
Computers and Technology, 25.06.2019 12:50, mmaglaya1
Which of the following activities is an example od gathering data by observation
Answers: 3
You know the right answer?
one of the tables you will create is the runner table. this table will be used to keep track of data...

Questions in other subjects: