Using the relations and the rules set out in the notes under
each relation, write statements to create the two sequence
generators specified in the notes.



Using the relations and the rules set out in the notes under each relation, write statements to cre..

Answer / Anand Singh

This question requires writing SQL sequences creation statements based on given relations. Here's an example of how to create sequences named EMPLOYEE_SEQ and DESPATCH_SEQ:

CREATE SEQUENCE EMPLOYEE_SEQ START WITH 1;

CREATE SEQUENCE DESPATCH_SEQ START WITH 1000;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What to do if dba lost the system password?

1 Answers  


What are the different oracle database objects?

1 Answers  


In Oracle 9i what does "i" Stands for?

36 Answers   MBT,


How to delete a column in an existing table?

1 Answers  


Explain a synonym?

1 Answers  


consider some table with 4 r 5 columns in that 1 col is DATE type. The data is like that,For each date in that col some 3 fields r there but all the records r having different data. Now i want to display all the columns by performing grouping on the date field ( as SELECTION Operator(*) cannot be used with group function having only one "group by clause". how to do this? can any one help me in finding out the solution plss?

1 Answers  


What is a Sequence ?

3 Answers  


How to use values from other tables in update statements using oracle?

0 Answers  


What is Hash Cluster ?

2 Answers  


how the indexes are stored in the Oracle Database?

1 Answers  


How to convert csv to table in oracle?

1 Answers  


Explain the use of analyse option in exp command.

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)