HPlogo Getting Started with HP IMAGE/SQL: HP 3000 MPE/ iX Computer Systems > Chapter 6 Practicing with IMAGE/SQL Using MusicDBE

Deleting Data

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

Like the UPDATE command, the DELETE command is also very simple to use. The following command deletes entries with the albumcode of 2002:

   isql=>DELETE FROM music.albums WHERE albumcode = 2002;  Return

Feedback to webmaster