منتدى مدرسة عزيز المصرى الإعدادية للبنين
مرحباً بك فى منتدى مدرسة عزيز المصرى الاعدادية
إدارة بندر كفر الدوار التعليمية
منتدى مدرسة عزيز المصرى الإعدادية للبنين
مرحباً بك فى منتدى مدرسة عزيز المصرى الاعدادية
إدارة بندر كفر الدوار التعليمية
منتدى مدرسة عزيز المصرى الإعدادية للبنين
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

منتدى مدرسة عزيز المصرى الإعدادية للبنين



 
الرئيسيةالبوابةأحدث الصورالتسجيلدخول

 

  Test: Quiz: Modifying a Table

اذهب الى الأسفل 
كاتب الموضوعرسالة
وفاء السيد الابيض




عدد الرسائل : 343
تاريخ التسجيل : 21/03/2009

 Test: Quiz: Modifying a Table  Empty
مُساهمةموضوع: Test: Quiz: Modifying a Table     Test: Quiz: Modifying a Table  I_icon_minitimeالسبت 02 يونيو 2012, 00:30


Test: Quiz: Modifying a Table

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.

Section 1
(Answer all questions in this section)

1. Comments can be added to a table by using the COMMENT ON TABLE statement. The comments being added are enclosed in: Mark for Review
(1) Points


Double quotes " "


Single quotes ' ' (*)


Parentheses ( )


Brackets { }



Correct


2. To completely get rid of a table, its contents, its structure, AND release the storage space the keyword is: Mark for Review
(1) Points


DROP (*)


DELETE


TRUNCATE


KILL



Correct


3. When you use ALTER TABLE to add a column, the new column: Mark for Review
(1) Points


Becomes the first column in the table


Becomes the last column in the table (*)


Can be placed by adding a GROUP BY clause


Will not be created because you cannot add a column after the table is created



Correct


4. After issuing a SET UNUSED command on a column, another column with the same name can be added using an ALTER TABLE statement. True or False? Mark for Review
(1) Points


True (*)


False



Correct


5. The FLASHBACK TABLE to BEFORE DROP can restore only the table structure, but not its data back to before the table was dropped. True or False? Mark for Review
(1) Points


True


False (*)



Incorrect. Refer to Section 8 Lesson 3.


6. You can use the ALTER TABLE statement to: Mark for Review
(1) Points


Add a new column


Modify an existing column


Drop a column


All of the above (*)



Correct


7. A columnメs data type can always be changed from NUMBER to VARCHAR2 but not from VARCHAR2 to NUMBER, provided the table is empty. True or False? Mark for Review
(1) Points


True


False (*)



Correct


8. ALTER TABLE table_name RENAME can be used to: Mark for Review
(1) Points


Rename a row.


Rename a column.


Rename a table. (*)


All of the above.



Correct


9. Which of the following will correctly change the name of the LOCATIONS table to NEW_LOCATIONS? Mark for Review
(1) Points


ALTER TABLE LOCATIONS RENAME NEW_LOCATIONS


MODIFY TABLE LOCATIONS RENAME NEW_LOCATIONS


RENAME LOCATIONS TO NEW_LOCATIONS (*)


None of the above; you cannot rename a table, you can only CREATE, ALTER and DROP a table.



Correct


10. You can use DROP COLUMN to drop all columns in a table, leaving a table structure with no columns. True or False? Mark for Review
(1) Points


True


False (*)



Correct


11. The FLASHBACK QUERY statement can restore data back to a point in time before the last COMMIT? True or False? Mark for Review
(1) Points


True


False (*)



Correct


12. The following code creates a table named student_table with four columns: id, lname, fname, lunch_num;
CREATE TABLE student_table
(id NUMBER(6),
lname VARCHAR(20),
fname VARCHAR(20),
lunch_num NUMBER(4));

The lunch_num column in the above table has been marked as UNUSED. Which of the following is the best statement you can use if you wish to remove the UNUSED column from the student_table?

Mark for Review
(1) Points


DROP column


ALTER TABLE DELETE UNUSED COLUMNS


ALTER TABLE DROP UNUSED COLUMNS (*)


ALTER TABLE DELETE ALL COLUMNS



Correct


13. When should you use the SET UNUSED command? Mark for Review
(1) Points


Never, there is no SET UNUSED command


You should use it if you think the column may be needed again later


You should use it when the system is being heavily used (*)


You should only use this command if you want the column to still be visible when you DESCRIBE the table



Correct


14. The data type of a column can never be changed once it has been created. True or False? Mark for Review

(1) Points


True


False (*)



Correct
الرجوع الى أعلى الصفحة اذهب الى الأسفل
 
Test: Quiz: Modifying a Table
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
» Test: Quiz: Creating Tables
» est: Quiz: Managing Constraints
» Test: Quiz: Defining Not Null and Unique Constraints
» Test: Quiz: Primary Key, Foreign Key and Check Constraints
» quiz p art 2

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتدى مدرسة عزيز المصرى الإعدادية للبنين :: منتديات المدرسة :: الحاسب الآلى-
انتقل الى: