Q.1.
In existing table, ALTER TABLE statement is used to
Q.2.
The term "ODBC" stands for_____
Q.3.
How can you change “Hansen” into “Nilsen” in the “LastName” column in the Persons table?
Q.4.
Which of the following is not a DBMS despite having database capabilities:
Q.5.
In the relation model, the relation are generally termed as ________
Q.6.
An attribute A of datatype varchar(has the value “Avi” . The attribute B of datatype char(has value ”Reed” .Here attribute A has ____ spaces and attribute B has ____ spaces .(i.e the total number of utilized space by A,B)
Q.7.
What is missing in this code? SELECT * FROM WHERE genre = ‘action’ ORDER BY year ASC;
Q.8.
SELECT * FROM employeeWhat type of statement is this?
Q.9.
The database management system can be considered as the collection of ______ that enables us to create and maintain the database.
Q.10.
What is returned by SUBSTR(‘TUTORIALS POINT’,9)
Q.11.
Concurrent access by multiple users is not possible by using DBMS
Q.12.
CREATE TABLE employee (name VARCHAR, id INTEGER)What type of statement is this?
Q.13.
Which of the following refers to the number of attributes in a relation?
Q.14.
A view of database that appears to an application program is known as
Q.15.
Every Boyee-Codd normal form is in
Q.16.
Which command is used to remove all rows from a table ?
Q.17.
A DBMS query language is designed to
Q.18.
The architecture of a database can be viewed as the ________
Q.19.
How will a data analyst retrieve a list of all employees' first_name, last_name and hire_date from the employees table?
Q.20.
Which of the following is used in the application programs to request data from the database management system?