GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  PL/SQL
Go To First  |  Previous Question  |  Next Question 
 PL/SQL  |  Question 134 of 147    Print  
Nested tables
How do you create nested tables?


  
Total Answers and Comments: 0 Last Update: April 29, 2008     Asked by: jannaat 
  
 Sponsored Links

 

No answers are posted for this question yet.
Be the first to answer it!


 Related Questions

Latest Answer : Yes we can relate two tables from 2 diff usersE.g. if user A has table Ta  and User B has Table Tb  and Table Tb is child table and needs foreign key on A.Ta  then we need to grant "references" object privillege to User B on table ...
Read Answers (1) | Asked by : Shankar

What are the different types of collections supported in Oracle?PL/SQL datatypes TABLE and VARRAY, allow us to declare the collections nested tables, associative arrays, and variable-size arrays.

What is mutating trigger? How do you resolve it?If a trigger body is trying to update dependent tables, will it get a mutating error?
Read Answers (6) | Asked by : be17be

Latest Answer : A nested loop is a loop within a lop, an inner loop within the body of an outer one. How this workds is that the first pass of the outer loop triggers the innter which executes to completion. Then the second pass of the outer loop triggers the loop again. ...
Read Answers (1) | Asked by : SAGAR

Latest Answer : In hash join hash table gets build using the inputs. Nested loops as the name implies uses looping construct strategy for storing and retrieving. In terms of performance comparison while retrieving data from both strictures hash join is best in terms ...
Read Answers (1) | Asked by : Ram Kumar

How to write a query or procedure or function to retrieve all the tables from database where the table dont have any data (no rows).
Database has 100 tables and some of the tables dont have any data. I want to pullout those table names from database in Oracle. 
Read Answers (3) | Asked by : Robert

For example: I have 100's of tables and I need to take the data from database and export as a xml file. 
View Question | Asked by : jakilati

For each hour, list the number of called, total transactions' values, and total duration?if you have these tables:1- 'calls'columns: called_number, Customer_ID, call_date, call_time_started, 
View Question | Asked by : mnmlove

What is the difference between Nested Table and Normal Table? 
Latest Answer : Normal Table : It contain rows and columns.Each Row-Column represente only one value i.e intersection of Row-Columncreate table t1(col1 number(10), col2 varchar2(9));------>Creates normal tableNested Table : It contains some Row-Column as another ...

How to create temporary table? Give some example 
Latest Answer : create table temp as select*from base table where 1=1; ...


 Sponsored Links

 
Related Articles

How To Create High Quality Tables With JavaScript

How To Create High Quality Tables With JavaScript If you are web program developer it is likely that you are creating tables on a daily basis In this article I will show you how to create high quality tables with Javascript within a short period of time One feature that you will want to become famil
 

ASP.NET 2.0 : Creating Nested Master Pages

ASP NET 2 0 Free Tutorials Creating Nested Master Pages In this tutorial you will learn how master pages can be nested within one main master page build and example nested master page with the help of sample code mosgoogle In the preceding sections we had seen how to create simple master and content
 

Oracle 10g Tutorials -Creating Index-Organized Tables

Oracle 10g Free Training Creating Index Organized Tables Let us learn about Creating Index Organized Tables by Creating an Index Organized Table further by Creating Index Organized Tables that Contain Object Types and also you will learn how to View Information about Tables mosgoogle Creating Index
 

Oracle 10g Tutorials: Altering Tables

Oracle 10g Free Training Altering Tables In this training you will learn about Altering Tables Modifying an Existing Column Definition Adding Table Columns Renaming Table Columns Dropping Table Columns Removing Columns from Tables Marking Columns Unused and Removing Unused Columns Oracle 10g Free Tr
 

Oracle 10g Tutorials : Dropping Tables

Oracle 10g Free Training Dropping Tables In this training you will learn about Dropping Tables Consequences of Dropping a Table CASCADE Clause and the PURGE Clause mosgoogle Dropping Tables To drop a table that you no longer need use the DROP TABLE statement The table must be contained in your schem
 

Oracle 10g Tutorials : Creating Tables

Oracle 10g Free Training Creating Tables In this training you will learn about Creating Tables and Parallelizing Table Creation mosgoogle Creating Tables To create a new table in your schema you must have the CREATE TABLE system privilege To create a table in another user s schema you must have the
 

Oracle 10g Tutorials: Tables

Oracle 10g Free Training Tables In this tutorial you will learn about Tables Summary of Oracle Built In Datatypes Types of tables Restrictions to consider when Creating Tables along with logical databse limits mosgoogle Tables Tables are the basic unit of data storage in an Oracle Database A table
 

Tutorial 6: Tables and Constraints

In week 6 of our Oracle 9i training course we will be learning about Data types with the differences between different Oracle versions creating tables altering tables droping tables Integrity constraints supported by Oracle Inserting records Modifying the records and deleteting the records If you ca
 

Tutorial 5: Working with Multiple Tables

This week we will learn Working with multiple Tables which covers Joins Inner Join; Using Table Aliases; Outer Join; Self Join; Non Equi Join Subqueries Simple Subqueries; Multilevel Subqueries; Correlated Subqueries; Predicates Set Operators Set Operator Examples mosgoogle Aliases An alias
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape