adplus-dvertising
frame-decoration

Question

The SQL ALTER statement can be used to:

a.

change the table structure.

b.

change the table data.

c.

add rows to the table.

d.

delete rows from the table.

Posted under SQL DBMS

Answer: (a).change the table structure.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The SQL ALTER statement can be used to:

Similar Questions

Discover Related MCQs

Q. What SQL structure is used to limit column values of a table?

Q. Which is NOT one of the most common types of SQL CHECK constraints?

Q. What is an advantage of placing computations in SQL views?

Q. Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain:

Q. ‘AS’ clause is used in SQL for

Q. The language which has recently become the defacto standard for interfacing application programs with relational database system is

Q. A report generator is used to

Q. Count function in SQL returns the number of

Q. The statement in SQL which allows to change the definition of a table is

Q. Which of the following is correct:

Q. Which of the following is a valid SQL type?

Q. Which of the following is an advantage of view?

Q. Which of the following is a legal expression in SQL?

Q. Which of the following is a comparison operator in SQL?

Q. Which one of the following is not true for a view:

Q. To delete a particular column in a relation the command used is:

Q. The ______ operator is used to compare a value to a list of literals values that have been specified.

Q. _____________ function divides one numeric expression by another and returns the remainder.

Q. A data manipulation command the combines the records from one or more tables is called

Q. _________ is a virtual table that draws its data from the result of an SQL SELECT statement.