QUESTION 8 2 points Save Answer The SQL statement to delete a table \"state\" is
ID: 3593323 • Letter: Q
Question
QUESTION 8 2 points Save Answer The SQL statement to delete a table "state" is O DELETE FROM state O DELETE FROM state O DELETE ALL FROM state DROP TABLE state QUESTION 9 2 points Save Answer The SQL statement used to add new rows of data into database is: O RELEASE O INSERT INTO O INSERT NEW O UPDATE QUESTION 10 2 points Save Answer What is a block of reusable organized code that is used to perform a related task in PHP? O Array O Loop O Switch O Function QUESTION 11 2 points Save Answer https://bb.itsiastate.edu/webapps assessment take aunch.jsp?course assessment id-_186596 1&course; id- 60065 1&content; id= 3484458 1&st; 37Explanation / Answer
8)Answer:
DELETE FROM STATE
Explanation:
The DELETE statement is used to delete existing records in a table.
DELETE Syntax:
DELETE FROM table_name
WHERE condition;
9)Answer:
INSERT INTO
Explanation:
The INSERT statement adds one or more new rows to a table. In a simplified treatment, INSERT has the following form:
INSERT [INTO] table_or_view [(column_list)] data_values
10)Answer:
Function
Explanation:
A function is a reusable piece or block of code that performs a specific action.
Functions can either return values when called or can simply perform an operation without returning any value.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.