Online Access Free 98-364 Practice Test
| Exam Code: | 98-364 |
| Exam Name: | Microsoft Database Fundamentals |
| Certification Provider: | Microsoft |
| Free Question Number: | 130 |
| Posted: | Jul 09, 2026 |
A database contains two tables named Customer and Order.
You execute the following statement:
DELETE FROM Order
WHERE CustomerID = 209
What is the result?
You need to store product names that vary from three to 30 characters. You also need to minimize the amount of storage space that is used.
Which data type should you use?
You need to combine the results of two queries into a single result that contains all of the rows from both queries.
Which Structured Query Language (SQL) statement should you use?


