Question:Which of the following statements will create a table with a multidimensional array as second column? 

A CREATE TABLE favorite_books (customer_id integer, themes_and_titles text[[]]); 

B CREATE TABLE favorite_books (customer_id integer, themes_and_titles text[][]); 

C CREATE TABLE favorite_books (customer_id integer, themes_and_titles text{2}); 

D CREATE TABLE favorite_books (customer_id integer, themes_and_titles text[text]); 

+ Answer
+ Report
Total Preview: 544

Copyright © 2024. Powered by Intellect Software Ltd