Is sql easier than java?


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

Post New Answer

More SQL PLSQL Interview Questions

What is sql prepared statement?

0 Answers  


Why functions are used in sql?

0 Answers  


How many tables can you join in sql?

0 Answers  


Which type of cursor is used to execute the dml statement?

0 Answers  


How many types of cursors are available in pl/sql?

0 Answers  






How many levels can subqueries be nested in a FROM clause?

7 Answers  


What is the difference between clustered and non-clustered index in sql?

0 Answers  


i have a table eno dno sal 1 10 200 2 10 150 3 10 100 4 20 75 5 20 100 i want to get sal which is less than the avg sal of thri dept. eno dno sal 2 10 150 3 10 100 4 20 75

12 Answers   IBM,


write a query to display diference between two dates in sql server

2 Answers  


define a variable representing the expression used to calculate on emps total annual remuneration.use the variable in a statement which finds all emps who can earn 30000 a year or more.

5 Answers  


Explain the insert into statements in sql?

0 Answers  


How do you know if a relationship is 2nf?

0 Answers  


Categories