GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  SQL
Go To First  |  Previous Question  |  Next Question 
 SQL  |  Question 129 of 171    Print  
What is the data type of the column of Dual table?

  
Total Answers and Comments: 3 Last Update: February 12, 2008     Asked by: globalanil18 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: Shashank
 
DataType of the Column of Dual table is Varchar2(1)

Thanks,
Shashank

Above answer was rated as good by the following members:
spohilko
May 07, 2007 02:33:39   #1  
Shashank        

RE: What is the data type of the column of Dual table?...
DataType of the Column of Dual table is Varchar2(1)

Thanks
Shashank

 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
September 13, 2007 13:49:06   #2  
kowmudiswarna Member Since: September 2007   Contribution: 21    

RE: What is the data type of the column of Dual table?...
Hi

The data type of column of dual table is character data type i.e varchar2

 
Is this answer useful? Yes | No
February 12, 2008 21:58:42   #3  
g_sidhu Member Since: August 2007   Contribution: 122    

RE: What is the data type of the column of Dual table?
The DUAL table is owned by the user SYS and can be accessed by all users. It contains one column DUMMY and one row with the value X. The DUAL table is useful when you want to return a value once only: for instance the value of a constant pseudocolumn or expression that is not derived from a table with user data. The DUAL table is generally used for SELECT clause syntax completeness because both SELECT and FROM clauses are mandatory and several calculations do not need to select from actual

tables.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape