Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is magic table?

Answers were Sorted based on User's Feedback



What is magic table?..

Answer / vaibhavi_dixit

Dual table is know as magic table, which has only one
columns with name as "DUMMY" and a row with value X.
One can describe DUAL with desc dual; command.
It is mainly used for testing some math expressions or some
character functions like
select (2+2) from dual;
It is automatically created,assigned to SYS but accessible
to all users.

VD

Is This Answer Correct ?    19 Yes 2 No

What is magic table?..

Answer / santosh

Dual is a magic table

Is This Answer Correct ?    15 Yes 2 No

What is magic table?..

Answer / roopesh kumar

In oracle Dual is a magic table.

Is This Answer Correct ?    15 Yes 4 No

What is magic table?..

Answer / shekharjchandra

We can view the structure of the DUAL table by

SQL> DESCRIBE DUAL

or being in SYS user

SYS> SELECT DBMS_METADATA('TABLE','DUAL','SYS') FROM DUAL ;

Before that use below set command

SQL> SET PAGESIZE 100 -- or whatever you like so that you can see whole structure of the create table definition

Regards
J

Is This Answer Correct ?    2 Yes 0 No

What is magic table?..

Answer / annam.n

dual is an imaginary table.it only used for process any
functions on there, but we can't view the structure of the
dual table.so the dual table is a magic table

Is This Answer Correct ?    6 Yes 10 No

What is magic table?..

Answer / brahma

They are two tables in MS Sql Server
1.Delete table
2.Update table

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More SQL PLSQL Interview Questions

What is ttitle and btitle?

0 Answers  


Is primary key clustered index?

0 Answers  


How delete all records from table in sql?

0 Answers  


I have a table with 1 million records out of which 10,000 records are of unique records, then if I will implement index, then which type of index shall I use and why shall I use?

2 Answers   HSBC,


Is like operator in sql case sensitive?

0 Answers  


How is use pl and sql?

0 Answers  


what are date and time intervals? : Sql dba

0 Answers  


What are the cursor attributes used in PL/SQL ?

4 Answers  


What are the advantages of sql?

0 Answers  


Which one is better sql or oracle?

0 Answers  


What is oracle ? why we should go for oracle database instead of diffrent databases available in the industry.

5 Answers   Polaris,


What is a schema? How is it useful in sql servers?

0 Answers  


Categories