Respuesta :

Using a conditional expression, the SQL data manipulation statement HAVING:  limits the selection of rows.

To query and alter database data, one uses the SQL data manipulation language (DML). The SELECT, INSERT, UPDATE, and DELETE SQL DML command statements will be covered in this chapter.

SELECT is a database querying tool.

INSERT: the act of adding data to a table

UPDATE: to modify a table's data

DELETE: to remove information from a table.

Click here to learn more about insert command

brainly.com/question/14470871

#SPJ4