What is data modelling 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 write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?

0 Answers  


Define the select into statement.

0 Answers  


Can we create foreign key without primary key?

0 Answers  


what is an extent ? : Sql dba

0 Answers  


What is a sql profiler?

0 Answers  






Can we create a trigger on view?

0 Answers  


how to convert character strings to dates? : Sql dba

0 Answers  


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

0 Answers  


1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...

0 Answers   Satyam,


what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba

0 Answers  


Why do we create views in sql?

0 Answers  


What are transaction and its controls?

0 Answers  


Categories