Answer:
For "isTriangle", draw a line around the triangles (h and e) and write 'isTriangle' next to that line. You've now grouped the triangles.
Explanation:
Repeat for the other properties. I hope this is more simple than you thought.
Answer:
Select SUM(HOURS), SUM(CHARGES) from employees
Explanation:
The table structure is not given. So, I will assume that the table name is "employees", the columns to retrieve are "hours" and "charges"
Having said that, the function to retrieve the total of column is the sum() function.
So, the query is as follows:
Select ----> This means that the query is to retrieve from the table
SUM(HOURS), SUM(CHARGES) --- This represent the records to retrieve
from employees ---- This represents the table to retrieve from.
Correct Answer:
False
Reasoning:
The insertion point is the blinking vertical line in your document. It indicates where the letters are going to be put when you type them. When you type the insertion point stays ahead of the words. therefor word inserts text to the right of the insertion point.
Source:
I have taken a Microsoft Word class.