Question:What will the following query do? Delete Orders
A It will remove the Orders Table from the database
B It will remove up to 1000 rows from the Orders Table
C It will remove all rows from the Orders Table
D It will remove all the rows as well as the indexes and constraints from the Orders Table
E It will produce error on execution
+ AnswerC
+ Report