Changes

Jump to: navigation, search

J.Y.S

177 bytes added, 17:34, 30 November 2010
DDL Statements (CREATE TABLE)
);
</pre>
 
Before Creating CLIENT table, you should rename the existing CLIENT table so that
we can use that name. Execute following:
<pre>
ALTER TABLE CLIENT RENAME TO CLIENT_2;
</pre>
 
8. CLIENT
<pre>

Navigation menu