In a query, the <> operator means not equal.
Answer the following statement true (T) or false (F)
True
Computer Science & Information Technology
You might also like to view...
To declare class subClass a privately derived class of superClass one would write:
a. class subclass : private superClass b. class subclass :: private superClass c. class subclass < private superClass > d. class subclass inherits private superClass
Computer Science & Information Technology
An error value begins with a pound sign (#) followed by an error name that indicates the type of error. _______________
Answer the following statement true (T) or false (F)
Computer Science & Information Technology