Case-Based Critical Thinking QuestionsCase 1: Human Resources ApplicationAn application used by the human resources (HR) department needs to be improved. You need to use various string manipulation properties and methods to ensure all data entered by a user are accurate and stored correctly.
The application needs to process benefits for full-time employees only. Which of the following statements determines whether the strEmpCode variable contains an employee code for a full-time employee?
A. If strEmpCode Like "[A-Z]#####"
B. If strEmpCode.ToUpper Like "F####"
C. If strEmpCode Like "F*"
D. If strEmpCode Like "!F*"
Answer: C
Computer Science & Information Technology
You might also like to view...
Maria is working on a database that stores client invoice data. She needs to design a query that will display the average balance of all invoices. She should use the ________ function in Expression Builder on the column containing invoice amounts
Fill in the blank(s) with correct word
Computer Science & Information Technology
The following is an example of the ________ data type
PNum PName Shipped Quantity 59313 XL_Golf_Shirts 3_15_13 35 72316 Mens_Shoe 2_5_13 10 47423 Head_covers 3_6_/13 20 A) comma separated B) space delimited C) font delimited D) tab delimited
Computer Science & Information Technology