Search Header Logo

ICT6_FT_W1_SW1

Authored by JB Presa

Computers

12th Grade

Used 1+ times

ICT6_FT_W1_SW1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct syntax if you want to rename the table?

ALTER TABLE table_name

RENAME TO new_table_name;

ALTER TABLE table_name,

RENAME TO new_table_name;

ALTER TABLE table_name

RENAME TABLE old_table_name to new_name;

ALTER TABLE table_name

RENAME new_table_name;

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which from the following is the correct syntax to add a column on a table?

ADD COLUMN  age NUMBER(3);

ALTER TABLE tbl_customer,

ADD age NUMBER(3);

ALTER TABLE tbl_customer

ADD age NUMBER(3);

ALTER TABLE tbl_customer

ADD age;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is used to make changes on a table in Oracle Database?

SELECT statement

UPDATE statement

ALTER TABLE statement

INSERT statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which from the following is the correct SQL to delete a table?

DELETE table_name;

TRUNCATE table_name;

ERASE table_name;

DROP table_name;

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which from the following is the correct SQL to delete a column on a table?

DROP column_name;

ALTER TABLE table_name

DROP COLUMN column_name;

ALTER TABLE table_name

DELETE COLUMN column_name;

TRUNCATE column_name;

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which from the following is the correct SQL to rename a column on a table?

RENAME column_name;

ALTER TABLE table_name

CHANGE NAME column_name;

ALTER TABLE table_name

RENAME COLUMN new_name;

ALTER TABLE table_name

RENAME COLUMN old_name TO new_name;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which from the following the is the correct SQL keyword if you want to make changes in your column definition?

ADD

CHANGE

RENAME

MODIFY

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?