Question

In: Computer Science

Create a table with a minimum of 10 Records. Each Record should have a Minimum of...

Create a table with a minimum of 10 Records.

Each Record should have a Minimum of 8 fields, one of which should be a phone, one a birth date and 1 (Memo) a long Text. Don't forget a Key Field

Using Microsoft Access

Solutions

Expert Solution

Solution

Step 1

Open the Access

Step 2

After Opening access

Right click on the table

Select "Design View"

Step 3

Give appropriate name for the table

Step 4

Creating the fields

Please note "CustomerID" is the keyfield that is primary key

if you want to set the primary key

right click on the field name select primary key

Step 5

save the table

open the table

Step 6

Start entering records

Please note at least 10 records

Save the table

---

all the best


Related Solutions

Create a vector of student records (minimum 15+ records) which is unsorted (For Vector, refer to...
Create a vector of student records (minimum 15+ records) which is unsorted (For Vector, refer to Chapter 7.11 or 17.3, or you may use Array of structures) - You should read student records from a file into the vector in C++ or in Java program. - Display the unsorted 10+ student records (entire record, not just ID) and associated test scores. - Each Student record should include Student ID, Name, GPA, Student Address, and a pointer which points to (10+)...
You should have 10 entries. There should be a minimum of 4 behavioral entries and 4...
You should have 10 entries. There should be a minimum of 4 behavioral entries and 4 emotional entries, and the remaining 2 entries can be either type. As you learn more concepts and theories, begin to fill in the third column, justifying your explanation for the behavior or emotion with a psychological theory. You must use a theory to justify your explanation for 8 of the 10 entries, 4 behavioral entries and 4 emotional entries. Date Activity or Emotion Motivation...
C++ Create a vector of student records (minimum 15+ records) which is unsorted (For Vector, refer...
C++ Create a vector of student records (minimum 15+ records) which is unsorted (For Vector, refer to Chapter 7.11 or 17.3, or you may use Array of structures) - You should read student records from a file into the vector in C++ or in Java program. - Display the unsorted 10+ student records (entire record, not just ID) and associated test scores. - Each Student record should include Student ID, Name, GPA, Student Address, and a pointer which points to...
what are the advantage and disadvantage of electronic health records and manual records, create a table...
what are the advantage and disadvantage of electronic health records and manual records, create a table that outline the advantage and disadvantage
What are the advantages and disadvantages of electronic health records and manual records. Create a table...
What are the advantages and disadvantages of electronic health records and manual records. Create a table that outlines the advantages and disadvantages of both. Identify a minimum of three advantages and disadvantages of each. (20 points)
Suppose we have a sequential ordered file of 200,000 records, where each record is 200 bytes....
Suppose we have a sequential ordered file of 200,000 records, where each record is 200 bytes. Assume blocksize = 2048 bytes (10 records per block), average seek time = 10 ms, average rotational delay = 8.3 ms, and block transfer time = 0.8 ms. Suppose we want to make X independent random record reads from the file. This could be done in two different approaches. read the entire file once and look for the X records of interest use a...
Write a trigger to record any insertion changes in the stock table. Be sure to create...
Write a trigger to record any insertion changes in the stock table. Be sure to create a table to record any changes. Submit all your SQL code as well a screenshot of the new table showing any new insertion entries.
2 -​Create the code to generate a web page that contains a table. The table should...
2 -​Create the code to generate a web page that contains a table. The table should have 4 ​columns and 4 rows. Each cell should be 100 pixels wide by 100 pixels high. The border ​should be 2 ​pixels.
Implement a Cuckoo hash table in which two separate tables are maintained. Each table should have...
Implement a Cuckoo hash table in which two separate tables are maintained. Each table should have a fixed size of 13. Use the hash function h1(x) = x mod 13 for the first table, and h2(x)= 11 – (x mod 11) for the second table. Your program should read an input file, input.txt, consisting of one input per line, insert the input to the table in order, and print out the final content of the hash table in the provided...
Consider the following table definitions create table node( node_id integer primary key, node_color varchar(10)); create table...
Consider the following table definitions create table node( node_id integer primary key, node_color varchar(10)); create table edge( edge_id integer primary key, origin_id integer, destination_id integer, foreign key (origin_id) references node(node_id), foreign key (destination_id) references node(node_id)); What is the result of the following query? select node_id, node_color, destination_id from node, edge; An inner join of the tables node and edge that lists origin node_id and node_color together with the node_id of the destination node for all those nodes that have outgoing...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT