what are tables and fields? : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

how can we find the number of rows in a table using mysql? : Sql dba

0 Answers  


How do I filter in sql profiler?

0 Answers  


What is varray in pl sql?

0 Answers  


HOW TO ADD PRIMARY KEY TO TABLE BY PL/SQL PROGRAM

3 Answers  


what is External tables? explain with examples

2 Answers   TCS,






How many functions are there in sql?

0 Answers  


explain normalization concept? : Sql dba

0 Answers  


Can we use distinct and group by together?

0 Answers  


Can we join tables without foreign key?

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 sql not null constraint?

0 Answers  


Does truncate remove indexes?

0 Answers  


Categories