search results

  1. We have a table called Users which contains a simple ID as primary key. How would we implement a table to describe a Users friends? An associative table would be our ...
    stackoverflow.com/.../sql-associative-​table-on-same-base - Cached
  2. ORACLE-BASE - Collections in Oracle PL/SQL. Home; Articles; ... Oracle uses collections in PL/SQL the same way other languages ... Index-By Tables (Associative Arrays ...
    www.oracle-base.com/articles/8i/​collections-8i.php - Cached
  3. A PL/SQL table, index-by table, or Associative Array is a two ... or object type as their base ... This yields the same PL/SQL memory structure that is ...
    blog.mclaughlinsoftware.com/​plsql...functions-plsql-tables - Cached
  4. The Associative Array functions much the same way the PL/SQL Table ... on this type much like a variable based on a base ... Associative arrays are ...
    allthingsoracle.com/collections-in-​oracle-pt-1 - Cached
  5. ... (target table). Associative Arrays in PL/SQL ... Almost any time you can remove procedural code and do the same thing in a single SQL statement, ...
    www.akadia.com/services/ora_lookup_​table.html - Cached
  6. It is like a simple version of a SQL table where you can ... (national_string2) might refer to the same element. When you pass an associative array as a ...
    docs.oracle.com/cd/B10500_01/appdev.920/​a96624/05_colls.htm - Cached
  7. SQL - View - Base Tables Does View occupy memory? If we delete the base table of existing view, ... which will point to the table with the same structure. ...
    www.geekinterview.com/question_details/​70838 - Cached
    More results from geekinterview.com »
  8. SQL Server - How to create table with same strecture of the existing table in same data base in sql server2000 . 2 ... with datatype of the records as associative ...
    www.geekinterview.com/question_details/​58346 - Cached
  9. ORACLE-BASE - Oracle Associative Arrays. ... is the primary key of the original table. Associative arrays cannot be ... By Tables) Collections in Oracle PL/SQL;
    www.oracle-base.com/articles/9i/​associative-arrays-9i.php - Cached
  10. SQL Server even has an XML datatype, ... I\'ve often used associative tables to represent these in the database. ... when your database, user base, ...
    stackoverflow.com/questions/786918 - Cached