can we drop dual table
Answers were Sorted based on User's Feedback
Answer / priya
Dual table is a single row , single coloumn table.
with single datatype VARCHAR2(1).
Yes we can Drop by the syntax
Drop table SYS DUAL;
But it is not a good practice to drop because we can't recreate Dual table.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mohamed ibrahim
Yes
Syntax for Drop more than one table
DROP TABLE TABLE1,TABLE2,.....n
| Is This Answer Correct ? | 2 Yes | 11 No |
Answer / rudresh
Yes Dual Table Can Be Dropped .
drop table Tablename1,Tablename2
| Is This Answer Correct ? | 0 Yes | 9 No |
A scenario for amount correction & how to use amount correction functionality in AP invoices
What is the Query Optimizer. How you optimize your qeury.
pl help me, i want oracle HRMS training institute address,in chennai
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
i am working with OC 4.5 i have numbers in table in 10 row with some null values please tell me how to find total? Thanks
Explain the use of setting GLOBAL_NAMES equal to TRUE.
A Table has 10,000 records,How can i get latest 10 dates from the table.so that i can only store those 10 records in to my Resultset Object,to reduce load on my app?
what is the difference b/w oracle8i and oracle9i
what are all the conversion and interfaces in GL,AP,AR,HRMS with example? otherwise send send link for these
0 Answers Pathway Technologies,
What Are Cross Validation & Adi?
How to update the simple views?give me example?if the table having 100 records and created a view on this table. if i can update the table then how to update the views
Explain the use of table functions.