Home Answers Viewqa SQL 13551-Describe-the-use-of-PL Describe the use of PL/SQL tables

 
 


hemant kumar
Describe the use of PL/SQL tables
1 Answer(s)      2 years and 6 months ago
Posted in : SQL

Describe the use of PL/SQL tables

View Answers

November 18, 2010 at 5:35 PM


Hi,

PL/SQL tables are scalar arrays that can be referenced by a binary integer. They can be used to hold values for use in later queries or calculations. In Oracle they will be able to be of the %ROWTYPE designation, or RECORD.

Thanks,









Related Pages:
Describe the use of PL/SQL tables
Describe the use of PL/SQL tables  Describe the use of PL/SQL tables   Hi, PL/SQL tables are scalar arrays that can be referenced by a binary integer. They can be used to hold values for use in later queries
PL/SQL tables
PL/SQL tables   hii, Describe the use of PL/SQL tables ?   hello, PL/SQL tables are scalar arrays that can be referenced by a binary integer. They can be used to hold values for use in later queries or calculations
PL/SQL Terms
PL/SQL Terms       SQL SQL is an English like language consisting of commands to store... and if using, use it in the same sequence and use Commit frequently to release locks
Toby's PL/SQL Editor
Toby's PL/SQL Editor What is the PL/SQL Editor? The PL/SQL editor is a plugin... easily develop and test PL/SQL code. Download You can download the plugin...) of the existing features. PL/SQL Syntax Colouring
Getting the Records in PL/SQl between Date Ranges - JDBC
Getting the Records in PL/SQl between Date Ranges  Getting the records Between the Dates in PL/SQL Database by using JDBC and display through JSP
use tables to structure forms
use tables to structure forms  How can I use tables to structure forms
use tables to structure forms
use tables to structure forms  How can I use tables to structure forms
Executing anonymous pl/sql block and get resultset in Java
Executing anonymous pl/sql block and get resultset in Java  Hello All, I would like to execute the anonymous pl sql block and need to get the resultset object. I got the code which can be done by using cursors inside the pl sql
Oracle Books
part of the PL/SQL language  the package. The use of packages can... and PL/SQL developers how to combine the power of XML and XSLT with the speed...;    Advanced Oracle PL/SQL
Oracle Tutorial
, FETCH and EXECUTE. PL/SQL An extension to SQL called Procedure Language/SQL. PL.... PL/SQL programs may contain if....then, while, and loop. PL/SQL reduces the traffic between the application and database. PL/SQL's native compilation is easy
Joining tables using criteria
Joining tables using criteria  How do i join more than three tables... column from child table,the joined tables must be maintain primary key relationship.please give examples and describe
tables to structure forms
tables to structure forms  How can I use tables to structure forms
tables to structure forms
tables to structure forms  How can I use tables to structure forms
SQL All Tables
SQL All Tables       SQL All Tables is used to show all the tables in database. Understand with Example The Tutorial illustrate an example from 'SQL All Tables'. To understand
Mysql List Tables
Mysql List Tables       The Tutorial illustrate an example from 'Mysql  List Tables'. To understand this example we use show tables query that return the list of tables
Mysql List Tables
Mysql List Tables       The Tutorial illustrate an example from 'Mysql  List Tables'. To understand this example we use show tables query that return the list of tables
Criteria with Multiple Tables - Hibernate
Criteria with Multiple Tables  I am using Hibernates Criteria. How to get Joins using Criteria? e.g. instead of below query i want to use criteria then How i can? select user from TeamsUserEntity
pdf tables
pdf tables       In this program we are going to tell you how we can make a table in a pdf... will help us to make and use pdf file in our program. Now create a file named tablePDF
Creating Database Tables and Indexes
Creating Database Tables and Indexes   ... or byte with a value of 255. Use of identifier quote character is permitted... length is in bytes not in characters. But if you use multi-byte characters
Mysql Describe
Mysql Describe       Mysql Describe is used to describe the table Field,Type,Null etc attribute . Understand with Example The Tutorial elaborate an example from 'Mysql Describe
Data fetch from multiple SQL tables - Hibernate
access code into Hibernate code. The tables in SQL are not related using foreign... that would use table classes to retrieve data from 8 or 9 tables. Any...Data fetch from multiple SQL tables   I am in the process of writing
Join tables in the specific database
_name and Emp_sal. We are making use of the emp_name to join the tables... Join tables in the specific database   ... and tables in a database. Now to retrieve a particular row from a table
Nest tables within tables
Nest tables within tables  Can I nest tables within tables
Natural Join / joining two tables
two tables according to common field and Create a new virtual field. We will use the following query- SELECT * FROM employee NATURAL JOIN emp_sal ... tables before join -- "employee" table "emp_sal" table
Describe synchronization in respect to multithreading.
Describe synchronization in respect to multithreading.  Hi, Describe synchronization in respect to multithreading. thanks,   Are you eager the search related to Java programming query. Let us check
how can i hide and show tables
the code is included below i want to hide the tables initially and after i click go i want to display the tables with result.so any help is appreciated much <... name="ZoneRecord" property="pl" /> </td>
tables for layout
tables for layout  Are there any problems with using tables for layout
tables for layout
tables for layout  Are there any problems with using tables for layout
how to store array values into two different tables in java?
how to store array values into two different tables in java?  I have use 4/5 textboxes with same name(e.g.text1) and I get the values in a array and now I want to store these values in two different tables(i.e store 2 array
CSV tables
CSV tables  hello, What are CSV tables?   hii, CSV Tables cannot be indexed.CSV Tables are the special tables, data for which is saved into comma-separated values files
Mysql Table Describe
Mysql Table Describe       Mysql Table Describe is used to describe the Fieldtype, Datatype, Null... an example from 'Mysql Table Describe'. To understand the example we create a table 'Stu
Hibernate Query setParameter()
This section describe use of query.setParameter() in HQL with example
Comparing tables
Comparing tables  How to compare two or more tables in the Mysql database using jdbc
Describe the effects of a server failure on the application
Describe the effects of a server failure on the application Prev  Chapter 7. Validate, tune and troubleshoot... Describe the effects of a server failure on the application
SQL Use
SQL Use       SQL Use... The Tutorial illustrate an example from 'SQL Use'. To understand and grasp the 'SQL Use' we create a database 'komal' using create database keyword
Use of "parent" in XPath expression
how to use child axis in XPath expression . Now this section will describe the use of "parent" axis. "parent" axis consists of parent... Use of "parent" in XPath expression   
Use of CASCADE CONSTRAINTS
Use of CASCADE CONSTRAINTS  hii, What is the use of CASCADE CONSTRAINTS?   hello,, CASCADE CONSTRAINTS describes about the parent-child relationship between tables
What is the use of DBCC commands?
What is the use of DBCC commands?  What is the use of DBCC commands?   Hi, DBCC stands for database consistency checker. We use...) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked
Account Management Statements
database tables. In this section we will describe you about Create User, Drop User... TABLES Enables use of CREATE TEMPORARY TABLE CREATE USER... completely you have to perform the following steps : Firstly use SHOW
program to create nested tables
program to create nested tables  program to create nested tables
Use of XMLLayout in Log4j
Use of XMLLayout in Log4j       In the previous sections we have used PatternLayout and SimpleLayout, now we are going to describe you how to use XMLLayout class to produce
Join the two tables in sql
Join the two tables in sql  How to join the two tables in SQL ..and return the value from common column in SQL Database
Use of HTMLLayout in Log4j
Use of HTMLLayout in Log4j       In this section we will describe you about HTMLLayout class. This layout outputs events in a HTML table. Appenders using this layout should have
Get the list of tables in Sybase
Get the list of tables in Sybase   hello, How to get the list of tables in Sybase?   hii, Select name from sysobjects where type="...." it will give You list according to where clause
Using criteria for multiple tables
Using criteria for multiple tables  How to join more than three tables,those tables must be maintain primary key relation ship using Hql criteria & projections
Using criteria for multiple tables
Using criteria for multiple tables  How to join more than three tables,those tables must be maintain primary key relation ship using Hql criteria & projections
Use of Select Box to show the data from database
from database This example will describe you the use of Select Box in a JSP... Use of Select Box to show the data from database   ... (sql);   rs = s.getResultSet();   while 
types of relationships in tables
-to-many and many-to-many relationships while designing tables?   hi... tables with primary and foreign key relationships. One-to-Many relationships are implemented by splitting the data into two tables with primary key and foreign
look up tables in java
look up tables in java  cachetables , how to apply cache mecanisam in java , i have some tables which is frequently used so i want to fetch first time and want to keep in some scope untill the application end . with out hitting
PHP Join Tables
PHP Join Tables  i wanted to show the information from two or more table in PHP. How can i do it with the PHP Join Tables

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.