The tool that allows you to capture a color from one object and apply it to another is the ________
Fill in the blank(s) with correct word
eyedropper
You might also like to view...
program, which converts a program in some language into an executable program, is called by either of 2 names: _______ or _____ (give both).
Fill in the blank(s) with the appropriate word(s).
A(n) ________ chart can be used to compare two or more items side by side, where the data is displayed vertically
Fill in the blank(s) with correct word
Single spacing is the default line spacing in Word
Indicate whether the statement is true or false
Answer the following statements true (T) or false (F)
1) The set operator UNION does not repeat duplicate rows, but UNION ALL does. 2) TableA MINUS TableB is same as TableB MINUS TableA all the time. 3) A self join can be performed on any table, because all you need is one table. 4) An outer join usually returns more information than an equijoin on same tables. 5) Two tables must have established foreign key – primary key relationship in order to perform non-equijoin on them.