What is fmtonly in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

how to drop an existing table in mysql? : Sql dba

0 Answers  


What is user define exception and example

1 Answers   HP, KP,


What is the source code of a program?

0 Answers  


what is the difference between union and union all? : Sql dba

0 Answers  


PL/SQL allocates memory for the variable's at runtime or at compile time

3 Answers  






What is the use of cursor ? how cursor allocate context area for executing the sql statement?

4 Answers   HCL,


Is grant a ddl statement?

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,


Is sql a oracle?

0 Answers  


What is a .db file?

0 Answers  


What is auto increment feature in sql?

0 Answers  


explain normalization concept? : Sql dba

0 Answers  


Categories