Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Data Manipulation LangRSS Feeds

Example to insert record in to item table using sequences

Posted By: Waldemar Fischer     Category: Oracle     Views: 2710

This article provides an example to insert record in to item table using sequences.

Code for Example to insert record in to item table using sequences in Oracle

Createsequence seqc incremented by 10 startwith 011 minvalue 011 maxvalue 100;

Insertinto item values (seqc.nextval,'Datacard', 37, 200,'white);
  
Share: 


Didn't find what you were looking for? Find more on Example to insert record in to item table using sequences Or get search suggestion and latest updates.

Waldemar Fischer
Waldemar Fischer author of Example to insert record in to item table using sequences is from Frankfurt, Germany.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!