Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hands-On AssignmentsTo determine the exact name of Felds used in the tables for these exercises, refer to the tablesin the JustLee Books database, or use

Hands-On AssignmentsTo determine the exact name of Felds used in the tables for these exercises, refer to the tablesin the JustLee Books database, or use the DESCRIBE tablename command to view the tablesstructure.1.Display a list of all data contained in the BOOKS table.Select *rom books;2.List the title only of all books available in inventory, using the BOOKS table.Select titlerom books;3. List the title and publication date for each book in the BOOKS table. Use the columnheading Publication Date for the Pubdate Feld.Select title, pubdate as Publication Daterom books;4. List the customer number for each customer in the CUSTOMERS table, along with the cityand state in which the customer lives.Select customer #, city, staterom customers;5. Create a list containing the publishers name, the person usually contacted, and thepublishers telephone number. Rename the contact column Contact Person in thedisplayed results. (Hint: Use the PUBLISHER table.)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DB2 11 The Ultimate Database For Cloud Analytics And Mobile

Authors: John Campbell, Chris Crone, Gareth Jones, Surekha Parekh, Jay Yothers

1st Edition

ISBN: 1583474013, 978-1583474013

More Books

Students also viewed these Databases questions

Question

1. Tie grades to the mastery of important learning targets.

Answered: 1 week ago

Question

4. Devise an interview strategy from the interviewers point of view

Answered: 1 week ago