tell me about various levels of constraint. : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

what is the difference between binary_integer and pls_integer

2 Answers   TCS,


what is organisational index?

1 Answers  


How do you update f as m and m as f from the below table testtable?

0 Answers  


What is a ddl command?

0 Answers  


What is the difference between anonymous block and named block or stored procedure?

8 Answers  






What is a database trigger?

0 Answers  


What is the life of an sql statement?

0 Answers  


How do I view a table in sql?

0 Answers  


What is scalar data type in pl sql?

0 Answers  


How to create a view on a table which does not exists

4 Answers   Oracle, TCS,


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. pls give me answer. i want urgent

3 Answers  


Can a primary key be a foreign key?

0 Answers  


Categories