Question : You have defined a table name HadoopExam with three columns Course_id, Course_title and course_description. However, you want to introduce a new column to this table named Course_price. Which of the following will help you do this? 1. ALTER
Correct Answer : Get Lastest Questions and Answer : Explanation: A collection column is declared using the collection type, followed by another type, such as int or text, in angle brackets. For example, you can create a table having a list of textual elements, a list of integers, or a list of some other element types.
list list Collection types cannot currently be nested. For example, you cannot define a list within a list: