COMPUTER APPLICATIONS
DATABASE MANAGEMENT SYSTEMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Update the data of the database including
|
Import, edit, delete data
|
|
Arrange
|
|
Search
|
|
Report
|
Explanation:
Detailed explanation-1: -DELETE FROM table name WHERE condition; ExampleGet your own SQL Server. DELETE FROM Customers WHERE CustomerName=’Alfreds Futterkiste’; DELETE FROM table name; Example. DELETE FROM Customers;
Detailed explanation-2: -The INSERT statement introduces new rows into an existing table. The DELETE statement removes a row or combination of rows from a table. The UPDATE statement enables users to update a row or group of rows in a table.
There is 1 question to complete.