what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

How do you remove duplicate records from a table?

0 Answers  


How to run pl sql program in mysql?

0 Answers  


What is composite data type in pl sql?

0 Answers  


Is join same as left join?

0 Answers  


What are the Restrictions on Cursor Variables?

2 Answers  






What is a temp table?

0 Answers  


How to find 3rd highest salary of an employee from the employee table in sql?

0 Answers  


Can I copy :old and :new pseudo-records in/to an oracle stored procedure?

0 Answers  


What is the difference between cluster and non-cluster index?

0 Answers  


Is sql free?

0 Answers  


i have a table emp and columns ename,empno,mgr_id,i need ename,manager name as result i.e employee respective manager.. example empno ename mgr_id 1 john 3 2 paul 3 3 smith 1 4 kevin 1 5 stewart 2 result has to look like this ename manager john smith paul smith smith john kevin john stewart paul can u plz help me out in this.....

8 Answers  


why we go for package? what are the advantages of using instead of seperate procuderes or functions

3 Answers   IBM, TCS,


Categories