What is user in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

i have a customer table. trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output. trans_id trans_amt debit_credit_indicator i want get highest credit amount and lowest credit amount and highest debit amount and lowest debit amount for each trans_id.

2 Answers   Oracle,


What is join view in sql?

0 Answers  


Write a query to find second highest salary of an employee.

27 Answers  


what are date and time intervals? : Sql dba

0 Answers  


what is sql in mysql? : Sql dba

0 Answers  






What is query execution plan in sql?

0 Answers  


When the mutating error will comes? and how it will be resolved?

2 Answers  


where are cookies actually stored on the hard disk? : Sql dba

0 Answers  


Explain dml and ddl?

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  


Can we insert data into view?

0 Answers  


What is the difference between jpql and sql?

0 Answers  


Categories