Question: SQL Create a new table called: BillingInformation Your new table should contain the following columns with this exact naming convention. Make the user ID a

SQL

  1. Create a new table called: BillingInformation
    • Your new table should contain the following columns with this exact naming convention. Make the user ID a Primary Key. Use appropriate datatypes Addresses should be VARCHAR(24), user ID should use the same datatype as it is in the user table, all other fields can be INT:
      • UID,StreetAddress1,Address 2,phone,Transitno,InstitutionNo,AccountNO

  1. Write the insert statement(s) to add yourself to the BillingInform Table. Use your college Information and valid made-up test data where appropriate. Your AccountNo should be 000000. Take a screenshot of yourself in the required table(s) after you have been inserted to attach to the word template.

  1. Write a query that will update the Comments table, and change Show to false (0) if the number of downvotes is greater than: 102

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!