What is the basic structure of an sql?


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

Post New Answer

More SQL PLSQL Interview Questions

What are the types of functions in sql?

0 Answers  


What are triggers and its types?

0 Answers  


What is sql server and ase?

0 Answers  


What is the maximum rows in csv?

0 Answers  


What is the need of merge statement?

0 Answers  






need to split a string into seperate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,b,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.

1 Answers  


select * from emp where sal in(select max(sal) from emp) here there is any limit for in operator how many values accpect ?

2 Answers  


What is a natural join sql?

0 Answers  


What are all ddl commands?

0 Answers  


What is the difference between function, procedure and package in pl/sql?

0 Answers  


What is compound trigger?

0 Answers  


What is the difference between stored procedure and view?

0 Answers  


Categories