Results 1 to 9 of 9

Thread: Boek gezocht: Maken van databases

  1. #1
    Registered User lainkes's Avatar
    Join Date
    Dec 2004
    Location
    Belgium, Bever (Naast Tollembeek)
    Posts
    615

    Boek gezocht: Maken van databases

    Hallo,

    Kan iemand me meer info bezorgen over boeken die handelen over het aanmaken van databases?
    Over Keys, Foreign keys, normalisatie, ....

    Ik heb een basiskennis, maar ik zie dat ik regelmatig vastloop met mijn tabellen.

    Alle tips zijn welkom.

    Alvast bedankt

    Lainkes

  2. #2
    Over welke database spreek je dan? Of spreek je in het algemeen ?
    De verbazing begint waar de kennis ophoudt

  3. #3
    Teach yourself SQL in 21 days (Sams)

    The Firebird book (als je met firebird aan de gang wilt)

  4. #4
    • Verplaatst van Databases naar Boekhoek.
    1+1=b

  5. #5
    Registered User lainkes's Avatar
    Join Date
    Dec 2004
    Location
    Belgium, Bever (Naast Tollembeek)
    Posts
    615
    Ik spreek in het algemeen.
    Maar ik werk wel met MSSQL 2000.

    Lainkes

  6. #6
    Persoonlijk vind ik de boek van Microsoft heel goed. ( Microsoft Press, Inside SQL Server )
    De verbazing begint waar de kennis ophoudt

  7. #7
    En als je database eenmaal is gemaakt en je hem in Delphi wilt gaan gebruiken: nog een tip van Jeroen
    Marcel

  8. #8
    Senior Member
    Join Date
    Dec 2003
    Location
    Den Haag
    Posts
    210
    Hier staan ook een aantal boeken beschreven:
    http://www.upscene.com/bookshop.htm

    Groet,
    Erwin

  9. #9
    Senior Member Henk Schreij's Avatar
    Join Date
    Sep 2002
    Location
    Heino (Raalte)
    Posts
    1,465
    Voor een beginner met "ms sql server" raad ik aan:
    Murach's: SQL for SQL Server.
    Je kunt eruit leren en het is een goed naslagwerk.
    Maar wel voor een oude versie van SqlServer: versie 7.

    Murach's boeken bevallen mij heel goed, door de opzet.
    Op de linker pagina staat steeds een "How To"-vraag met wat uitleg en theorie.
    En rechts een voorbeeld.

    En nu net uitgekomen is (en meteen besteld door mij):
    Murach's SQL Server 2008 for Developers
    prijs $33 bij Amazon (zal ongeveer 33 euro zijn in NL met de verzendkosten erbij)

    Uit de aankondiging (ingekort door mij):
    This book has several features that make it different from most other SQL Server books
    #1: Written for application developers
    Most developers have minimal SQL skills, not realizing all the time and work they’d save by mastering SQL. Part of the reason for that is that many SQL books are written for database administrators (DBAs), so developers pass them by. But this book focuses on showing application developers the SQL that they need.

    #2: It starts off with how to query a database
    Many SQL books start off with database design and performance. But if you’re an application developer, the first thing you need to know is how to write queries. So that’s the focus of the first 8 chapters of this book. It starts with simple queries, then moves on to complex inner and outer joins, summary queries, and subqueries that do more of the database processing so that your applications can do less.

    #3: It lets developers expand into database design
    After the thorough course in querying, this book shows how to design and create a database. This material is helpful for developers who have to develop small systems on their own. And it provides a solid introduction to DBA skills.

    #4: It teaches the advanced features
    To complete the developer’s mastery of SQL, this book covers powerful DBMS features like views, scripts, stored procedures, functions, triggers, cursors, transactions, locking, and security. It teaches SQL features for handling XML and BLOB values.

    #5: Coding examples for a wide range of SQL jobs
    One key to mastering SQL is to have plenty of coding examples that show how the features work and what problems may occur. And these examples become more crucial as the code becomes more complex.
    This book also provides code for database maintenance jobs, for stored procedures, for handling XML and BLOB data, and for using CLR integration. This code can be downloaded for free from www.murach.com


    Er is bestaat ook nog een boek voor versie 2005:
    Murach's SQL Server 2005 for Developers

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •