Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Select QueryRSS Feeds

Example to delete records of customer table which are in Gujarat_cust table

Posted By: Gustavo Costa     Category: Oracle     Views: 1646

This article provides an example to delete records of customer table which are in Gujarat_cust table.

Code for Example to delete records of customer table which are in Gujarat_cust table in Oracle

Deletefrom cust where custno in (select custno from Gujarat_cust);
  
Share: 



Gustavo  Costa
Gustavo Costa author of Example to delete records of customer table which are in Gujarat_cust table is from Salvador, Brazil.
 
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!