Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

DELETE Statement

DELETE Statement

You can also remove records from a file using the DELETE statement. If a WHERE clause is included in the statement, only the selected records are removed. If no WHERE clause is included, all records in the file are removed:

DELETE FROM INVWORK

DELETE FROM INVWORK WHERE LOCATION = 'R1-001'

DELETE FROM INWORK WHERE LOCATION = 'R1-001' AND
  PART = "PART2"



  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial