In a datasheet, related records can be viewed in the same datasheet through the use of a(n) ________

Fill in the blank(s) with correct word

subdatasheet

Computer Science & Information Technology

You might also like to view...

Eight bits form a ____, the unit of measurement for data storage.

A. byte B. bit C. bitsy D. byter

Computer Science & Information Technology

Which of the following class definitions defines a legal abstract class?

a. class A { abstract void unfinished() { } } b. class A { abstract void unfinished(); } c. abstract class A { abstract void unfinished(); } d. public class abstract A { abstract void unfinished(); }

Computer Science & Information Technology