what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

Give which cursor is better for better performance means type of cursors?

2 Answers  


How do I run pl sql in sql developer?

0 Answers  


what is 'mysqladmin' in mysql? : Sql dba

0 Answers  


4. Select sum(A.salary) +sum(B.salary) as TOT_SAL from ( select LEVEL emp_id,level*100 salary,case when mod (level,2)=0then 2 else null end dept_id from dual connect by level<6 )A right outer join (select level emp_id ,level*200 salary ,case when mod (level,3)=0 then 2 else null end dept_id from dual connect by level<6)B On A.dept_id=B.dept_id And A.emp_id=B.emp-id;

1 Answers   Fintellix,


what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba

0 Answers  






What are the advantages of the packages

6 Answers   Oracle,


How does left join work in sql?

0 Answers  


Does view store data in sql?

0 Answers  


How to handle bulk data?

0 Answers  


What are different joins used in sql?

0 Answers  


What is meant by <> in sql?

0 Answers  


Differentiate between pl/sql and sql?

0 Answers  


Categories