
ICT6_FT_W1_SW1

Quiz
•
Computers
•
12th Grade
•
Medium
JB Presa
Used 1+ times
FREE Resource
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
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
Table Formatting

Quiz
•
KG - University
9 questions
2023-2024-Term1-ELECTIVE-ICT-SPREADSHEETSHS3-Activity-3

Quiz
•
12th Grade
14 questions
Databases

Quiz
•
10th - 12th Grade
11 questions
COMPUTER SCIENCE

Quiz
•
12th Grade
14 questions
Quiz sur l'implémentation d'une base de données

Quiz
•
12th Grade
13 questions
Создание однотабличных SQL-запросов

Quiz
•
12th Grade
15 questions
HTML

Quiz
•
9th - 12th Grade
15 questions
MYSQL

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade