Find out how many employees are managed by “James Adam.”
What will be an ideal response?
? COUNT empNo( Employee Employee.deptNo = deptNo (Department Department.mgrEmpNo = Employee.empNo (? fName =
‘James’ ? lName = ‘Adam’ (Employee)) ))
Computer Science & Information Technology
You might also like to view...
Select the false statement.
a. C++ imposes no structure on a file. b. C++ files include information about their structure. c. The programmer must impose a structure on a file. d. C++ files do not understand notions such as “records” and “fields.”
Computer Science & Information Technology
To overload the pre-increment (++) operator as a member of a class, requires ____ parameter(s).
A. no B. one C. two D. three
Computer Science & Information Technology