FC0-U71 · Question #108
FC0-U71 Question #108: Real Exam Question with Answer & Explanation
The correct answer is B: Query. A query is the most common method used by developers to insert data into a database table. SQL (Structured Query Language) queries are written to perform actions like adding, retrieving, or updating records in the database. For example, an INSERT INTO query would add new data to
Question
After creating a database, which of the following would a developer most likely use to put data in a table?
Options
- AConcatenation
- BQuery
- CLoop
- DMacro
Explanation
A query is the most common method used by developers to insert data into a database table. SQL (Structured Query Language) queries are written to perform actions like adding, retrieving, or updating records in the database. For example, an INSERT INTO query would add new data to a specific table.
Topics
Community Discussion
No community discussion yet for this question.