What is server name sql?


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

Post New Answer

More SQL PLSQL Interview Questions

How does a covering index work?

0 Answers  


Can we have exception part in trigger ?

1 Answers  


How to select random rows from a table?

0 Answers  


Are views faster than queries?

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,






table name: prod there are three fields in the table that are 1.proddate 2.prodQty 3.model Day wise prodQty is stored in the table prod write a query to display total prodqty in the year 2004 april.

2 Answers   Maruti Suzuki,


Can we debug stored procedure?

0 Answers  


What is a pl/sql block?

0 Answers  


what are the type of locks ? : Sql dba

0 Answers  


What is trigger in flip flop?

0 Answers  


How One can easily select all even, odd, or Nth rows from a table using SQL queries?

4 Answers  


What is difference between hql and sql?

0 Answers  


Categories