20.07.2013 Views

Beginning SQL

Beginning SQL

Beginning SQL

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Appendix C<br />

DateOfJoining<br />

)<br />

VALUES<br />

(<br />

5,<br />

‘John’,<br />

‘Jones’,<br />

‘05 Oct 1952’,<br />

‘New Lane’,<br />

‘Big Apple City’,<br />

‘New State’,<br />

‘88776’,<br />

‘jj@jonesmail.org’,<br />

‘02 Jan 2005’<br />

);<br />

INSERT INTO MemberDetails<br />

(<br />

MemberId,<br />

FirstName,<br />

LastName,<br />

DateOfBirth,<br />

Street,<br />

City,<br />

State,<br />

ZipCode,<br />

Email,<br />

DateOfJoining<br />

)<br />

VALUES<br />

(<br />

6,<br />

‘Jenny’,<br />

‘Jones’,<br />

‘25 Aug 1953’,<br />

‘New Lane’,<br />

‘Big Apple City’,<br />

‘New State’,<br />

‘88776’,<br />

‘jj@jonesmail.org’,<br />

‘02 Jan 2005’<br />

);<br />

Location Table<br />

458<br />

The <strong>SQL</strong> that you use to insert information into the Location table works on all five database systems. Its<br />

filename is LocationTable_Data.txt.<br />

INSERT INTO Location<br />

(<br />

LocationId,

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!