How to check if a column is nullable before setting to nullable?


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

Post New Answer

More SQL PLSQL Interview Questions

Inline the values in PL/SQL, what does it mean.?

0 Answers   MCN Solutions,


What is dynamic SQl and how you will create and execute dynamic sql?

2 Answers   TCS,


What are the different types of functions in sql?

0 Answers  


What is not equal in sql?

0 Answers  


how can we know the count/number of elements of an array? : Sql dba

0 Answers  






Explain the usage of WHERE CURRENT OF clause in cursors ?

4 Answers   Satyam,


What are the types of SQL Statement?

3 Answers  


1 SELECT a.field1, b.field2, c.field3, d.field4 2 FROM atable a, atable b, ctable c, dtable d 3 ? 4 ORDER BY 1 What is the minimum number of joins that must be specified on line 3 in the sample code above to properly link the tables? Notice that the table "atable" is aliased twice: once as "a" and once as "b." 1. One join 2. Two joins 3. Three joins 4. Four joins 5. Five joins

6 Answers   Sonata,


Which one is better sql or oracle?

0 Answers  


how to debugg a procedure or package using dbms_output.put_line in plsql

1 Answers   Polaris,


What is the purpose of using pl/sql?

0 Answers  


Which command is used to delete a package?

0 Answers  


Categories