In a database, the term ____ is another name for row.
A. column
B. field
C. file
D. record
Answer: D
Computer Science & Information Technology
You might also like to view...
The _______ subsystem design might contain specifications for a 2.0 or 2.1 feature
Fill in the blank(s) with correct word
Computer Science & Information Technology
Write a function that takes an integer, val, as an argument. The function asks the user to enter a number. If the number is greater than val, the function displays Too high. and returns 1; if the number is less than val, the function displays Too low. and returns –1; if the number equals val, the function displays Got it! and returns 0. Call the function repeatedly until the user enters the right number.
What will be an ideal response?
Computer Science & Information Technology