in Education by
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? (a) DML(Data Manipulation Langauge) (b) DDL(Data Definition Langauge) (c) Query (d) Relational Schema I had been asked this question in an online interview. This interesting question is from SQL Basics and SQL Data Definition in chapter SQL : Queries, Constraints and Triggers of Database Management Select the correct answer from above options Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
The correct choice is (a) DML(Data Manipulation Langauge) For explanation: DML performs the change in the values of the relation.

Related questions

0 votes
    Which command clauses is used to delete tuples from a database table? Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    computer a computerized Record Keeping system that enables you to store modify and extract information from a database is known as Select the correct answer from above options...
asked Nov 27, 2021 in Education by JackTerrance
0 votes
    I have batch of user accounts and every user account's password is not crypted.I want to insert to ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    Top is used to insert or delete data Select one: True False Select the correct answer from above options...
asked Nov 29, 2021 in Education by JackTerrance
0 votes
    Which lock should be obtained to prevent a concurrent transaction from executing a conflicting read, insert ... Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    What is the correct method used to insert and delete items from the queue? (a) push and pop (b) ... Collections Framework of Java Select the correct answer from above options...
asked Mar 1, 2022 in Education by JackTerrance
0 votes
    What is the correct method used to insert and delete items from the queue? (a) push and pop (b) ... programming questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    I've met an unknown error while inserting data into the database. The LogCat had been display "unable to insert data", ... I placed into my onClick(), it failed. onStart():...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    I've met an unknown error while inserting data into the database. The LogCat had been display "unable to insert data", ... I placed into my onClick(), it failed. onStart():...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    Which of the following SQL command can be used to modify existing data in a database table? (a) ... Simple Transaction Model topic in chapter Transactions of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    how can you insert some other html text file into your one html file? write the tag used for this purpose? Select the correct answer from above options...
asked Nov 28, 2021 in Education by JackTerrance
0 votes
    Make Twenty (20) SQL questions including create table, insert, update, delete, join, string operation, aggregate ... books or webs Select the correct answer from above options...
asked Dec 9, 2021 in Education by JackTerrance
0 votes
    Make Twenty (20) SQL questions including create table, insert, update, delete, join, string operation, aggregate ... books or webs Select the correct answer from above options...
asked Dec 3, 2021 in Education by JackTerrance
0 votes
    I am trying to INSERT INTO a table using the input from another table. Although this is entirely feasible ... the underlying database? Select the correct answer from above options...
asked Jan 26, 2022 in Education by JackTerrance
0 votes
    If a transaction does not modify the database until it has committed, it is said to use the ___________ ... from Recovery topic in division Recovery System of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
...