Computer Science, asked by amansinghbhadauria20, 7 months ago

Assessment Fill in the blanks 1. A _______ helps the user to systematically store information in the database. 2. A ________ enables users to view, enter, and change data directly in database objects such as tables. 3. _________ statement retrieves zero or more rows from one or more database tables or database views. 4. By default, data is arranged in _______ order using ORDER BY clause. 5. __________ statement is used for modifying records in a database. 6. __________ statement is used to remove one or more records in a Database.

Answers

Answered by Anonymous
43

Answer:

1) DBMS i.e data base management system

2) SQL

3) 'SELECT' statement

4) Ascending order

5) 'UPDATE' statement

6)DELETE statement

Explanation:

thanks

Similar questions