alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Glassfish example source code file (drop_derby.sql)

This example Glassfish source code file (drop_derby.sql) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Glassfish tags/keywords

alter, alter, cmp3_customer, cmp3_item, cmp3_order, cmp3_order, constraint, drop, drop, fk_item, fk_order, table, table, web_customer

The Glassfish drop_derby.sql source code

ALTER TABLE CMP3_ORDER DROP CONSTRAINT FK_ORDER;
ALTER TABLE CMP3_ORDER DROP CONSTRAINT FK_ITEM;

DROP TABLE CMP3_CUSTOMER;
DROP TABLE CMP3_ITEM;
DROP TABLE CMP3_ORDER;
DROP TABLE WEB_CUSTOMER;

Other Glassfish examples (source code examples)

Here is a short list of links related to this Glassfish drop_derby.sql source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.