Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
53 used & new from $28.79

Have one to sell? Sell yours here
 
   
Database Design and Development: A Visual Approach
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Database Design and Development: A Visual Approach (Paperback)

by Raymond Frost (Author), John Day (Author), Craig Van Slyke (Author)
3.7 out of 5 stars See all reviews (3 customer reviews)

List Price: $142.67
Price: $102.29 & this item ships for FREE with Super Saver Shipping. Details
You Save: $40.38 (28%)
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want it delivered Monday, July 13? Choose One-Day Shipping at checkout. Details
24 new from $62.00 29 used from $28.79

Frequently Bought Together

Customers buy this book with Survey of Operating Systems (Mike Meyers' Computer Skills) by Charles Holcombe

Database Design and Development: A Visual Approach + Survey of Operating Systems (Mike Meyers' Computer Skills)
Price For Both: $183.96

Customers Who Bought This Item Also Bought

Systems Analysis and Design, Seventh Edition (Shelly Cashman)

Systems Analysis and Design, Seventh Edition (Shelly Cashman)

by Gary B. Shelly
4.0 out of 5 stars (16)  $112.66
CompTIA Network+ Self-Study Guide (2nd Edition)

CompTIA Network+ Self-Study Guide (2nd Edition)

by Anthony V. Chiarella
4.6 out of 5 stars (18)  $38.47
Security+ Guide to Networking Security Fundamentals

Security+ Guide to Networking Security Fundamentals

by Mark Ciampa
3.1 out of 5 stars (13)  $89.86
The Web Collection Revealed Standard Edition: Adobe Dreamweaver CS3, Flash CS3 & Fireworks CS3

The Web Collection Revealed Standard Edition: Adobe Dreamweaver CS3, Flash CS3 & Fireworks CS3

by Sherry Bishop
3.6 out of 5 stars (9)  $56.29
The Writer's Harbrace Handbook, Third Edition

The Writer's Harbrace Handbook, Third Edition

by Cheryl Glenn
4.1 out of 5 stars (8)  $75.16
Explore similar items

Editorial Reviews

Product Description

For students in the introductory course in database who want to learn how to design rather than just manipulate relational databases.The book that balances database theory, business problem solving, and hands-on-practice.  This book prepares student for the workplace without sacrificing rigorous academic theory. 


Product Details

  • Paperback: 528 pages
  • Publisher: Prentice Hall (November 3, 2005)
  • Language: English
  • ISBN-10: 0130351229
  • ISBN-13: 978-0130351227
  • Product Dimensions: 10.8 x 8.4 x 0.9 inches
  • Shipping Weight: 2.4 pounds (View shipping rates and policies)
  • Average Customer Review: 3.7 out of 5 stars See all reviews (3 customer reviews)
  • Amazon.com Sales Rank: #390,808 in Books (See Bestsellers in Books)

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
Check a corresponding box or enter your own tags in the field below.

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

3 Reviews
5 star:
 (2)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
5 of 6 people found the following review helpful:
5.0 out of 5 stars Setting your Foundation , March 9, 2006
By derazz "derazz" (Geneva, Versoix Switzerland) - See all my reviews
Learning to develop and manage database systems professionally ie:client/server and web-based applications, requires a thorough understanding of the core underpinnings Re: database & application design and development.

Book 1:
-Database Development and Management (foundations of Database Design)" ISBN: 0849333180

Book 2:
-Database Design and Development a Visual approach" ISBN: 0130351229

are 2 books that help fill gaps in the area of database development, specifically as it relates to the relational theory, your choice of relational design/development methodology, transforming a conceptual database blueprint into a working logical and physical design, and carrying out the nitty-gritty implementation aspects of your design using SQL and other database & programming constructs.

Now with regards each book :
Note: (due to review real estate constraints, i shall limit this review to Book 2, the current book in question.
you'll find a Book 1 review on the customer review page for :Database Development and Management (foundations of Database Design)" ÏSBN: 0849333180

Book 2: "Database Design and Development a Visual approach" ISBN 0130351229;

This book shows you how, (by stepping one literally and visually through multi-frame diagrams) to:
- create databases with ORACLE using SQL
- create databases with MS SQL SERVER using SQL and
- create databases in MS Access using SQL

and how to retrieve data from each of these specific database implementations as well.

it equally instructs on how to access databases via web-applications with Microsoft ASP.Net, & on how to maintain a database with Microsoft ASP.Net .

I enjoyed the manner in which the authors went to work on the relational theory, delineating step-by-step the conceptual design process, normalization and how to consolidate a database design/blueprint to weed out / curbit any design excesses.

from this book you will learn

Fundamentals:
------------
- what a database is, what the elements, component parts & pieces that make one up are.

-what the database development process is all about, what is involved within each of the different stages , what the different stages are there for, & where to commence each task within the database project from,(step by step)

For example: in the Conceptual design stage, we are provided a straight forward, no fluff, 5-step process for ERD construction, to determine what constitues an entity & how to identify entities by oneself.
this is accomplished by asking 2 questions:
-"is there more than one" ie: (is there more than one instance?),
-"is there a variation over time" ie: (do the number of instances grow & shrink, change, get added or removed over the years) .

- instructions on how one even begins to produce a blueprint-design/data model for a database ie: whats involved,what does it take ie:(the actual pratical hands on step-by-step actions involved).

-how do you get to the physical table structures, normalize, transform a blueprint you learn to produce, into a physical database object, and how you get to implementing it all in SQL.

whether you are interested in developing or supporting database infrastructure's for ORACLE, MS Access, SQL Server or IBM's DB2, the design foundations holds.

At the end of reading this book , you will be able to apply the knowledge u will have progressively gathered from progressing through the database system development life cycle's A to Z, to design & develop a db that solves a business problem .

you will have down rather well, the steps to laying out/producing a good database application design blueprint using both the theoretical underpinnings of (the conceptual design stage), and the hands-on practise you will have garnered, from stepping through the db system development lifecycle.

Also, you will have learnt how to access your databases via a web enabled front-end interface you will develop for it using Microsoft ASP.Net ie: how to create a web-enabled front-end UI(user interface)using Visual Web developer,to interface with your database and make it possible to gain access to your database over the web.

the book equally instructs as well on how to maintain the database you've created by these means, from the Web-enabled user interface application u developed using ASP.Net

I appreciated the approach used in this book because it is a more wholistic approach , teaching one how to design and develop a database and intergrate ASP.Net to create forms with menus et cetera which allow you to gain access , query the databases contents & harness its power right over the internet.

This is a rather relevant & sought after skill in the job market today; making this book a useful find for those who want to learn how to build a complete database solution through a test database project undertaking.

Thanks to book 1 and 2, you will have a very solid hands-on foundation in working both the db design theory angle and its direct implementation aspects.

A recent other book i found & just finished reading regarding building web-enabled interfaces and building internet solutions around accessible client/server database applications, is a book entitled: "Internet & World Wide Web, How to Program" (3rd edition) ISBN: 8120328027. (a great volumn)

But that is another story

cheers :-)
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 3 people found the following review helpful:
1.0 out of 5 stars This book is NOT for beginners. Very obtuse and boring., September 29, 2007
By Busy Mom (Lake Norman, NC) - See all my reviews
I am taking a Database class online with my local college and this is the required text. This book is very difficult to understand. The wording in this book reminds me of the political science texts I had to suffer through to fulfill basic requirements in undergraduate school. Many passages seem very circular. I have a master's degree in mathematics and am already familiar with database design and I still am often perplexed by the unclear writing and examples in this book. After reading chapter four I could not even attempt the exercises. (I have a 98% average 1/2 way through the sememter.) So, in desperation, I finally went online to see if anyone else had a better explanation of what should be basic terms and ideas. Within 10 minutes I had found several websites that explained all terminology very clearly with excellent, concrete, consistent, examples.

So, I am completely giving up on this book. I will use some of the great websites I have found to learn this subject matter instead. I only need the book now for my class homework. It is upsetting b/c I paid over $100 for nothing.

I did read the other review. He must work for the book company or already know a lot more than I do about databases. Bottom line, if you are a beginning database designer or need this a supplementary material for a class, LOOK SOMEWHERE ELSE. If you are an instructor, please, please find a better book for your students.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5.0 out of 5 stars Great price, February 9, 2009
By Donna M. Nixon "Tadah2" (Charlotte, NC USA) - See all my reviews
(REAL NAME)   
The book was exactly as described by the seller. The price was right and the shipping was extremely quick.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]


Active discussions in related forums
   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Smooth Operator

Shop for garage door openers

Find garage door products (opener kits, remotes, mini-key-chain controls, and wireless-key entry systems) in the Hardware Store. Opening the garage door shouldn’t be a chore.

Shop all garage door hardware

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Down to the Nuts and Bolts

Shop for Sockets and Socket Sets
Get to those hard-to-reach nuts and bolts with a huge selection of sockets and socket sets.

Shop all sockets and socket sets

 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Glenn Beck's Common Sense
Glenn Beck's Common Sense
Darkfever
Darkfever by Karen Marie Moning
The Lost Symbol
The Lost Symbol by Dan Brown
$16.17

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates