What is assignment operator in pl sql?


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

Post New Answer

More SQL PLSQL Interview Questions

What is oracle ? why we should go for oracle database instead of diffrent databases available in the industry.

5 Answers   Polaris,


Why is a primary key important?

0 Answers  


What is dba in sql? : SQL DBA

0 Answers  


Why is stored procedure faster than query?

0 Answers  


What is a sql profiler?

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,


does sql support programming? : Sql dba

0 Answers  


What are the differences between Database Trigger and Integrity constraints ?

4 Answers  


How do I start sql profiler?

0 Answers  


what are the nonstandard string types? : Sql dba

0 Answers  


What is the difference between left join and right join?

0 Answers  


What are tables in sql?

0 Answers  


Categories