Question:How do you create a table with a field of the int array type? 

A create table foo (bar int array); 

B create table foo (bar integer[]); 

C create table foo (bar array int); 

D create table foo (bar[] int); 

E None of these above 

+ Answer
+ Report
Total Preview: 611

Copyright © 2025. Powered by Intellect Software Ltd