Answer:
Word art is used to modifying the shape of the text and the text features in micro-soft word such as colors, style and effects. In word art you can also used to create different styling and text features within your microsoft application and documents. It is also useful in flourishes your text.
The 2nd row of ur keyboard its called home row !
#1, Option D)filters let you filter out certain things or search for them. For example if i'm looking through a database with all the students grades. I could filter out everything that doesnt math a students name. This would only show results for what I searched for.
#2 Option C), filters make it easier to find specific information,
#3 Option A),the unwanted parts of the web are removed from sight!
#4 Option A) you must ad the sort feature first!
Have a splendid day!
Answer:
Check the explanation
Explanation:
Assuming Cust_code is unique for every customer.
Query :
SELECT * FROM CUSTOMER WHERE CUST_STATE= "AL" GROUP BY CUST_CODE HAVING LARGEST INVOICE = MAX(LARGEST INVOICE) OR (LARGEST INVOICE =0 and INV_DATE IS NULL);