SIMULATION -
You create a table named Sales.Orders by running the following Transact-SQL statement:
You need to write a query that removes orders from the table that have a Status of Canceled.
Construct the query using the following guidelines:
use one-part column names and two-part table names
✑ use single quotes around literal values
✑ do not use functions
✑ do not surround object names with square brackets
✑ do not use variables
do not use aliases for column names and table names
Part of the correct Transact-SQL has been provided in the answer area below. Enter the code in the answer area that resolves the problem and meets the stated goals or requirements. You can add code within the code that has been provided as well as below it.
Use the Check Syntax button to verify your work. Any syntax or spelling errors will be reported by line and character position.
HA2020
4 years, 5 months agomamarach
4 years, 10 months agop0lskiy
4 years, 8 months agoBabyBee
4 years, 5 months agoAnette
4 years, 11 months agoAnette
4 years, 11 months ago