In SQL, what statement is used to add a new record to a table?
- INSERT INTO
- ADD RECORD
- CREATE ROW
- UPDATE TABLE
The INSERT INTO statement is used to add a new record to a table in SQL. It allows you to specify the table name and provide values for the columns associated with the new record. The other options are not standard SQL syntax for adding new records.
Loading...
Related Quiz
- For real-time data analytics, which BI tool offers more efficient and faster data processing capabilities?
- How does a percentile differ from a quartile in statistical terms?
- What is the significance of 'stakeholder analysis' in the context of data project management?
- If x = [10, 20, 30, 40, 50], what is the output of print(x[-2])?
- What distinguishes the scripting and customization capabilities of Tableau compared to Power BI?