Computer scienceFundamentalsSQL and DatabasesBasics SQLData Modification Language

Inserting selected rows

Orders

Report a typo

Copy all data from the table new_orders with columns order_no INT, customer VARCHAR(40) and city VARCHAR(40):

order_no customer city
47546 Frank Smith Tadfield

to the table orders (to columns order_no INT, customer VARCHAR(40) and city VARCHAR(40) respectively):

order_no customer city priority
46568 Tom Rogers Redfield 1
Write an SQL statement





___

Create a free account to access the full topic