Which of the following is a level of the database that is defined by the data definition language?
A. user view
B. schema
C. internal view
D. all are levels or views of the database
Answer: D
You might also like to view...
A query asks a table a "question."
Indicate whether the statement is true or false
Conditional formatting can be used to:
A. ?calculate nested formulas. B. ?fill text based on patterns in the data. C. ?clear all the rules in a workbook. D. ?process all the logical functions.
To delete browsing history information in Edge, click or tap the _____ button, then click or tap the History button.?
A. ?Options B. ?Settings C. ?Hub D. ?Delete
Answer the following statements true (T) or false (F)
1) Counter-controlled repetition requires only a control variable, an initial value for the control variable and an increment or decrement. 2) Counting loops should be controlled with whatever data type most closely reflects the operations taking place, whether that is an int, float or double. 3) The for repetition statement handles the details of counter-controlled repetition. 4) A control variable that's declared in a for statement header is not accessible outside of the body of the for statement.