subject

Use the 3nf conceptual data model for the vet clinic data from our unit 6 lab and create a logical model by adding in the data types. feel free to print the pdf file and work out the data types using our unit 7 notes to guide you. your main task is selecting the appropriate data types for each of the attributes (now fields) in the given conceptual model. check out the various data types and choose the appropriate type that tells sql server how to interpret the data stored in each column of your entities (now tables)
notes on the fields:
pet type can be one of the following list of values: dog, cat, bird
assume zipcode is the 5 digit version
assume phone numbers are only the digits (e. g. 2187236000)
pet_dob includes the month, day, and year
visit_date includes the month, day, year, and time of the appointment
visit_notes are the notes the vet takes about the appointment and can be up to 1-2 pages long of text
create this using lucidchart or something similar.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:00
You will be given two character arrays of the same size, one will contain a number of ships. ships will move around the character array based on which way they are facing and the route they are on. routes are given in the other array. the route consists of '-' and '|' for straight paths, '\' and '/' for curves, and '+' for intersections. there are ships on these routes. ships always face a direction, '^' for up, '> ' for right, 'v' for down, and '< ' for left. any time the ships hit a '\' or a '/' it will turn as you would expect a ship to turn (e.g. a '^' that moves into a '/' will turn right). at an intersection, ships will always continue straight through. all ships move at the same speed, ships take turns moving and all ships move during one 'tick'. the one in the most top left goes first, followed by those to its right, then the ones in the next row. it iterates along the rows and then down the columns. each ship moves one space on its turn moving along the route. your function needs to return the position of the first collision between two ships and the number of ticks before the crash occurred.
Answers: 2
question
Computers and Technology, 22.06.2019 22:00
Competent nonverbal communication involves interacting with others in a manner that is appropriate for which of the following? select all that apply. situation task individuals
Answers: 3
question
Computers and Technology, 23.06.2019 01:30
Which tab is used to change the theme of a photo album slide show? a. design b. view c. transitions d. home
Answers: 1
question
Computers and Technology, 23.06.2019 03:00
State 7 common key's for every keyboard
Answers: 1
You know the right answer?
Use the 3nf conceptual data model for the vet clinic data from our unit 6 lab and create a logical m...
Questions