what are the non-standard sql commands supported by 'mysql'? : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

What is cold data?

0 Answers  


What is trigger types of trigger?

0 Answers  


what are the nonstandard string types? : Sql dba

0 Answers  


what are null values? : Sql dba

0 Answers  


How do I partition in sql?

0 Answers  






Can a table have two primary keys?

44 Answers   HCL, MetaCube,


What is flag in sql?

0 Answers  


How does a covering index work?

0 Answers  


Can you load data into multiple tables at once? : aql loader

0 Answers  


What is offset and limit in sql?

0 Answers  


What are different methods to trace the pl/sql code?

0 Answers  


ename empno deptno amar 1 10 akbar 2 20 anthonny 3 30 jonathan 4 40 write a procedure to dispaly the column values ina row separated by a deleimiter eg - input - select ename from emp '|' output - amar|akbar|anthony|jonathan input - select empno from emp '@' o/p - 1@2@3@4 input - select deptno from emp '/' o/p - 10/20/30/40 Pls answer this questn.

2 Answers  


Categories