Answered step by step
Verified Expert Solution
Question
1 Approved Answer
how do I write sample INSERT STATEMENTS into this table created CREATE TABLE Supplier _ Payment ( Supplier _ Payment _ ID INT PRIMARY KEY,
how do I write sample INSERT STATEMENTS into this table created
CREATE TABLE SupplierPayment
SupplierPaymentID INT PRIMARY KEY,
SupplierID INT,
Amount DECIMAL
PaymentDate DATE,
RemainingBalance DECIMAL
FOREIGN KEY SupplierID REFERENCES SupplierSupplierID
; monnominan
Object Explorer
Connect
External Tables
Graph Tables
dbo.AIRCRAFT
dbo.Bid
dbo.CHARTER
dbo.CREW
dbo.Customer
dbo.CustomerPayment
dbo.EARNEDRATING
dbo.EMPLOYEE
dbo.Material
dbo.MODEL
III
dbo.PILOT
dbo.RATING
dbo.Repair
dbo.retailcustomers
dbo.retailorderitems
dbo.retailorders
dbo.student
dbo.Supplier
dbo.SupplierPayment
Columns
: SupplierPaymentID PK int, no
~~ SupplierID FK int, null
Amount decimal null
PaymentDate date null
RemainingBalance decimal:
Keys
select from supplierpayment
Results
SupplierPaymentID
SupplierID
Amount
Payment
Date
RemainingBalance
This is my table created I dont know how to populte fields
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