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: 599

Copyright © 2024. Powered by Intellect Software Ltd