Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

In today’s world, most college students use various types of social media (e.g.

ID: 3604175 • Letter: I

Question

In today’s world, most college students use various types of social media (e.g. Facebook, LinkedIn, Instagram, YouTube, Twitter and others). Social media usage involves various activities (e.g. friending others, sharing pics, posting statuses, making comments, etc.). Some social media support specific activities. Get together with your group and discuss the various types of social media that each member uses on a daily basis. Use this information to determine the tables, fields and relationships that should exist in the database design that will help maintain relevant data about student’s social media usage. Document your database design as follows:

A.Specify tables, primary keys and foreign keys using parenthetical method. (Relations will need to be in 3NF.) Hint: Begin with your list of fields and go through the process of normalization to ensure relations are in 3NF.

B.Describe the field/column specifications for at least one table. Briefly explain how this is used in database design.

C.Create a visual representation of your database design as an IE Crow’s Foot E-R diagram. Illustrate strong entities and weak entities in a manner that they are differentiated in the diagram.

D.Briefly discuss the importance of referential integrity constraint enforcement for database design and explain factors that help determine cascading options.

E.Since you just created a database design in this exercise, explain the major difference between a data model and a database design during the transformation phase.

Explanation / Answer

import java.util.*;   public class TreeMapExample {      public static void main(String args[]) {      // Create and populate tree map      Map map = new TreeMap();               map.put(102,"Let us C");      map.put(103, "Operating System");      map.put(101, "Data Communication and Networking");      System.out.println("Values before remove: "+ map);        // Remove value for key 102      map.remove(102);      System.out.println("Values after remove: "+ map);      }       }
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote