A(n) ________ selects all of the records from one database table and only those records in the second table that have matching values in the joined field
Fill in the blank(s) with correct word
outer join
You might also like to view...
____________________, Microsoft's answer to Netscape's JavaScript language, is loosely based on the Visual Basic programming language, but is much simpler.
Fill in the blank(s) with the appropriate word(s).
Assume p is a Polygon, to add a point (4, 5) into p, use _______.
a. p.getPoints().add(4); p.getPoints().add(5); b. p.getPoints().add(4.0); p.getPoints().add(5.0); c. p.getPoints().addAll(4, 5); d. p.getPoints().addAll(4.0, 5.0);
If your image will appear in a magazine, a resolution of ____ ppi is your safest bet.
a. 72 b. 150 c. 240 d. 300
The ____________________ is used to quickly create a hard copy of all of the records in a table and all of the fields in each record.
Fill in the blank(s) with the appropriate word(s).