Which one of the following provides the ability to query information from the database and to insert tuples into, delete tuples from, and modify tuples in the database?

Which one of the following provides the ability to query information from the database and to insert tuples into, delete tuples from, and modify tuples in the database? Correct Answer DML(Data Manipulation Langauge)

DML performs the change in the values of the relation.

Related Questions

You are the database administrator for a financial services company. Employees enter data 24 hours a day into a SQL Server 2000 database. These employees report slower response times when new account information is gathered from branch offices and added to the database. You currently use the following BULK INSERT statement to add the account information.BULK INSERT finance.dbo.customersFROM 'd:bulkaccts143_10142000.txt'WITH DATAFILETYPE = 'char', FIELDTERMINATOR = 't', ROWTERMINATOR = 'n', TABLOCK You want to ensure that response times do not slow when new account information is added to the database. What should you do?
The ability to query data, as well as insert, delete, and alter tuples, is offered by ____________