Building nested tables in SQL Server?

Is it possible to build nested tables in SQL Server (I have good knowledge of Oracle and have used nested tables in Oracle for quite some time now)? I studied a few articles on Microsoft.com that state that this is possible using data mining, but I'm not sure of this concept of data mining. My prime concern is that I should be able to access the nested tables (maybe I can also do away with multidimensional arrays in a column in an SQL Server Table, if possible) should be accessible from a RAD such as Visual Basic/.NET/PowerBuilder using ODBC/OLEDB techniques.

    Requires Free Membership to View

    By submitting your registration information to SearchSQLServer.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSQLServer.com is governed by our Terms of Use. You may contact us at [email protected].

I have no idea what a nested table is. I'm assuming that you are embedding a table of information inside another table of information. If so, you can not do this in SQL Server. SQL Server also does not support arrays.

 

For More Information

This was first published in September 2003

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.