how to calculate expressions with sql statements? : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

how to create a table index in mysql? : Sql dba

0 Answers  


What is consistency?

0 Answers  


oracle is compiler or interpretter,can any one tell me the answer?

9 Answers   Satyam,


ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..

0 Answers   Wipro,


How can you create Cursor with parametres ?

3 Answers  






What are the different types of joins in sql?

0 Answers  


Why is sharding used?

0 Answers  


What is primary key and foreign key with example?

0 Answers  


What is data modelling in sql?

0 Answers  


What are the modes of parameters that can be passed to a procedure ?

3 Answers  


Explain how to use transactions efficiently : transact sql

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