In MS Access, to add a new record in a table, you can use: MCQ with Answer and Explanation

In MS Access, to add a new record in a table, you can use:
A. Both A and C
B. SQL INSERT command
C. Design view
D. Datasheet view -> New Record row (asterisk *)
Answer: Option A
Solution (By JKSSB Mock Tests)
You can add records via Datasheet view or via an INSERT query.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Microsoft Office Questions

Question #1
In MS PowerPoint, which option is used to align objects relative to each other?
A. All of the above
B. Align
C. Group
D. Distribute

Correct Answer: Option B


Explanation:
The Align options (Align Left, Align Center, etc.) are used to align selected objects. Distribute spaces them evenly, Group combines them.

This question belongs to: Computer Microsoft Office
Question #2
In Excel, the formula =INDEX(A1:C3, 2, 3) will return the value from:
A. An error
B. Third row, second column
C. Cell B2
D. Second row, third column of the range A1:C3

Correct Answer: Option D


Explanation:
INDEX(array, row_num, col_num) returns the value at intersection. 2nd row, 3rd column is cell C2.

This question belongs to: Computer Microsoft Office
Question #3
In MS Access, a 'query' object is used to:
A. Print formatted output
B. Store data
C. Retrieve, filter, and perform calculations on data from tables
D. Automate repetitive tasks

Correct Answer: Option C


Explanation:
Queries manipulate data.

This question belongs to: Computer Microsoft Office