How do you delete a table?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

what is the command line end user interface - mysql? : Sql dba

0 Answers  


Create table emp (id number(9), name varchar2(20),salary number(9,2)); The table has 100 records after table created.Now i nee to change id's Datatype is to be Varchar2(15). now Alter table emp modify(id varchar2(15),name varchar2(20), salary number(9,2)); Whether it will work or returns error? post answer with explanation.

13 Answers   Oracle, TCS,


What is record in pl sql?

0 Answers  


What are string functions in sql?

0 Answers  


Easy way to convert tableau "IF - ELSEIF" statements to Netezza "CASE" statements.

1 Answers   CTS,






What is a dynamic query?

0 Answers  


Which data type is a composite type?

0 Answers  


What is integrity in sql?

0 Answers  


Why do we need databases?

0 Answers  


If a View on a single base table is manipulated will the changes be reflected on the base table?

5 Answers  


What is a procedure in pl sql?

0 Answers  


What are different types of queries in sql?

0 Answers  


Categories