Question: Write an SQL statement that will insert a new row into the Stock table. The row should have the following column values: TradingSymbol: XYZ CompanyName:
Write an SQL statement that will insert a new row into the Stock table. The row should have the following column values:
TradingSymbol: XYZ
CompanyName: “XYZ Company”
NumShares: 150
PurchasePrice: 12.55
SellingPrice: 22.47
Step by Step Solution
3.52 Rating (165 Votes )
There are 3 Steps involved in it
INSERT INTO Stock TradingSymbol CompanyName NumShares PurchasePrice SellingPr... View full answer
Get step-by-step solutions from verified subject matter experts
