Please help me with this assignment 1. Open and examine the following ERR design file people.mwb (https://acconline.austincc.edu/bbcswebdav/pid-18686108-dt-content-rid-70255490_1/xid-70255490_1) a. Each person is described by their name and email. b. Each person can be registered in multiple countries. c. Ensure it is in 3rd normal form. d. Ensure the relationships and primary and foreign keys are correct. 2. Create a database from the design. 3. Import the following data into the database people.txt (have to modify the data to match the design) people.txt Email,Full Name,Country,Date Registered Carley_Bahringer@destiny.com,Carley Bahringer,Brazil,1987-10-03 22:09:54 Patricia_Fadel@avis.com,Patricia Fadel,Chile,2012-05-10 11:07:49 Sedrick@godfrey.ca,Sedrick Kuphal,Chile,2007-11-12 00:09:53 Briana_Berge@axel.ca,Briana Berge,Iceland,2006-03-26 15:32:08 Lucy_Lockman@abby.org,Lucy Lockman,Iceland,2014-02-13 10:26:57 Lucy_Lockman@abby.org,Lucy Lockman,France,1999-02-12 00:14:54 Ayden_Flatley@colin.biz,Ayden Flatley,France,1987-01-23 21:43:22 Alec.Boyle@aurore.co.uk,Alec Boyle,Brazil,2007-08-23 13:42:41 Ozella_Feil@prudence.ca,Ozella Feil,Brazil,2005-12-30 18:24:59 Ozella_Feil@prudence.ca,Ozella Feil,Sweden,2009-06-19 10:32:55 4. Execute the following commands and save the results. a. SHOW TABLES b. Execute DESCRIBE for each table in the database c. Export the database using MySQL Workbench https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-management.html Have to updated design file, saved results file, and the exported database file. YourLastName_people.mwb YourLastName_p2.txt
SQL
SQL stands for Structured Query Language, is a form of communication that uses queries structured in a specific format to store, manage & retrieve data from a relational database.
Queries
A query is a type of computer programming language that is used to retrieve data from a database. Databases are useful in a variety of ways. They enable the retrieval of records or parts of records, as well as the performance of various calculations prior to displaying the results. A search query is one type of query that many people perform several times per day. A search query is executed every time you use a search engine to find something. When you press the Enter key, the keywords are sent to the search engine, where they are processed by an algorithm that retrieves related results from the search index. Your query's results are displayed on a search engine results page, or SER.
Please help me with this assignment
1. Open and examine the following ERR design file people.mwb (https://acconline.austincc.edu/bbcswebdav/pid-18686108-dt-content-rid-70255490_1/xid-70255490_1)
a. Each person is described by their name and email.
b. Each person can be registered in multiple countries.
c. Ensure it is in 3rd normal form.
d. Ensure the relationships and primary and foreign keys are correct.
2. Create a
3. Import the following data into the database people.txt (have to modify the data to match the design)
people.txt
Email,Full Name,Country,Date Registered
Carley_Bahringer@destiny.com,Carley Bahringer,Brazil,1987-10-03 22:09:54
Patricia_Fadel@avis.com,Patricia Fadel,Chile,2012-05-10 11:07:49
Sedrick@godfrey.ca,Sedrick Kuphal,Chile,2007-11-12 00:09:53
Briana_Berge@axel.ca,Briana Berge,Iceland,2006-03-26 15:32:08
Lucy_Lockman@abby.org,Lucy Lockman,Iceland,2014-02-13 10:26:57
Lucy_Lockman@abby.org,Lucy Lockman,France,1999-02-12 00:14:54
Ayden_Flatley@colin.biz,Ayden Flatley,France,1987-01-23 21:43:22
Alec.Boyle@aurore.co.uk,Alec Boyle,Brazil,2007-08-23 13:42:41
Ozella_Feil@prudence.ca,Ozella Feil,Brazil,2005-12-30 18:24:59
Ozella_Feil@prudence.ca,Ozella Feil,Sweden,2009-06-19 10:32:55
4. Execute the following commands and save the results.
a. SHOW TABLES
b. Execute DESCRIBE for each table in the database
c. Export the database using MySQL Workbench
https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-management.html
Have to updated design file, saved results file, and the exported database file.
YourLastName_people.mwb
YourLastName_p2.txt
YourLastName_database.txt
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 3 images