Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using the AP database, complete the following queries: Update the Terms Description for the Terms ID of 1 to say DUE IN 8 DAYS! (
Using the AP database, complete the following queries:
Update the Terms Description for the Terms ID of to say "DUE IN DAYS!" do not include the
quotations
Update all Vendors in California or New Jersey to have a default terms ID of
Delete all of the invoice line items whose line item amount is less than $
Insert a Vendor with whatever data you want, as long as it works into the vendors table.
Insert the following invoice into the database
VendorID
InvoiceNumber AJGQM
InvoiceDate Todays Date use a function or literal string
InvoiceTotal
PaymentTotal
CreditTotal
TermsID
InvoiceDueDate June
PaymentDate NULL
Create a Students table with the following columns Use appropriate data types
SID Make this a primary key column
FirstName
LastName
Age
State Which will be stored as a two letter abbreviation
DOB date of birth
Email make this unique
IsGraduated this would be true or false
Answer the following questions with thorough explanations:
Why is it important to normalize a database?
Is a higher level of normalization always better?
Are the built in functions in SQL Server important to know? Why or why not.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started