Personnaliser

OK

SQL for Dummies - Allen G Taylor

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre
Filtrer par :
Neuf (5)
Occasion
Reconditionné

35,82 €

Produit Neuf

  • Ou 8,96 € /mois

    • Livraison à 0,01 €
    • Livré entre le 11 et le 18 avril
    Voir les modes de livraison

    RiaChristie

    PRO Vendeur favori

    4,9/5 sur + de 1 000 ventes

    Brand new, In English, Fast shipping from London, UK; Tout neuf, en anglais, expédition rapide depuis Londres, Royaume-Uni;ria9781119527077_dbm

    Nos autres offres

    • 35,96 €

      Produit Neuf

      Ou 8,99 € /mois

      • Livraison à 0,01 €
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes

      Expédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.

    • 32,22 €

      Produit Neuf

      Ou 8,06 € /mois

      • Livraison : 3,99 €
      • Livré entre le 11 et le 15 avril
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes
    • 37,35 €

      Produit Neuf

      Ou 9,34 € /mois

      • Livraison à 0,01 €
      Voir les modes de livraison
      4,7/5 sur + de 1 000 ventes

      Nouvel article expédié dans le 24H à partir des Etats Unis Livraison au bout de 20 à 30 jours ouvrables.

    • 38,22 €

      Produit Neuf

      Ou 9,56 € /mois

      • Livraison : 5,00 €
      • Livré entre le 10 et le 14 avril
      Voir les modes de livraison

      Exp¿di¿ en 7 jours ouvr¿s

    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • Payez directement sur Rakuten (CB, PayPal, 4xCB...)
    • Récupérez le produit directement chez le vendeur
    • Rakuten vous rembourse en cas de problème

    Gratuit et sans engagement

    Félicitations !

    Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur Sql For Dummies de Allen G Taylor Format Broché  - Livre Informatique

        Note : 0 0 avis sur Sql For Dummies de Allen G Taylor Format Broché  - Livre Informatique

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation Sql For Dummies de Allen G Taylor Format Broché

         - Livre Informatique

        Livre Informatique - Allen G Taylor - 01/12/2018 - Broché - Langue : Anglais

        . .

      • Auteur(s) : Allen G Taylor
      • Editeur : Wiley
      • Langue : Anglais
      • Parution : 01/12/2018
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 512
      • Expédition : 673
      • Dimensions : 23.5 x 18.7 x 3.0
      • ISBN : 9781119527077



      • Résumé :

        • Learn all the features in the latest version of SQL
        • Build a relational database and create a management system
        • Secure and protect your database from corruption

        Get ready to make SQL easy

        Updated for the latest version of SQL, the new edition of this perennial bestseller shows you how to use SQL to build relational databases and extract valuable information from them. Covering everything you need to know to make working with SQL easier than ever, topics include how to use SQL to structure a DBMS and implement a database design...

        Biographie:

        Allen G. Taylor is a 30-year veteran of the computer industry and the author of over 40 books, including SQL For Dummies and Crystal Reports For Dummies. He lectures nationally on databases, innovation, and entrepreneurship. He also teaches database development internationally through a leading online education provider....

        Sommaire:

        Introduction 1

        About This Book 1

        Foolish Assumptions 2

        Icons Used in This Book 2

        Beyond the Book 3

        Where to Go from Here 3

        Part 1: Getting Started with SQL?5

        Chapter 1: Relational Database Fundamentals 7

        Keeping Track of Things 8

        What Is a Database? 9

        Database Size and Complexity 10

        What Is a Database Management System? 10

        Flat Files 12

        Database Models 13

        Database Design Considerations 20

        Chapter 2: SQL Fundamentals 23

        What SQL Is and Isn't 23

        A (Very) Little History 25

        SQL Statements 26

        Reserved Words 28

        Data Types 28

        Null Values 49

        Constraints 50

        Using SQL in a Client/Server System 50

        Using SQL on the Internet or an Intranet 52

        Chapter 3: The Components of SQL 55

        Data Definition Language 56

        Data Manipulation Language 68

        Data Control Language 76

        Part 2: Using SQL to Build Databases?83

        Chapter 4: Building and Maintaining a Simple Database Structure 85

        Using a RAD Tool to Build a Simple Database 86

        Building POWER with SQL's DDL 98

        Portability Considerations 107

        Chapter 5: Building a Multi-table Relational Database 109

        Designing a Database 110

        Working with Indexes 119

        Maintaining Data Integrity 122

        Normalizing the Database 134

        Part 3: Storing and Retrieving Data?141

        Chapter 6: Manipulating Database Data 143

        Retrieving Data 144

        Creating Views 145

        Updating Views 149

        Adding New Data 150

        Chapter 7: Handling Temporal Data 163

        Understanding Times and Periods 164

        Working with Application-Time Period Tables 165

        Working with System-Versioned Tables 171

        Tracking Even More Time Data with Bitemporal Tables 175

        Formatting and Parsing Dates and Times 176

        Chapter 8: Specifying Values 179

        Values 179

        Value Expressions 186

        Functions 189

        Chapter 9: Using Advanced SQL Value Expressions 209

        CASE Conditional Expressions 210

        CAST Data-Type Conversions 217

        Row Value Expressions 221

        Chapter 10: Zeroing In on the Data You Want 223

        Modifying Clauses 224

        FROM Clauses 225

        WHERE Clauses 226

        Logical Connectives 243

        GROUP BY Clauses 245

        HAVING Clauses 247

        ORDER BY Clauses 248

        Limited FETCH 250

        Peering through a Window to Create a Result Set 251

        Chapter 11: Using Relational Operators 259

        UNION 259

        INTERSECT 262

        EXCEPT 264

        Join Operators 265

        ON versus WHERE 282

        Chapter 12: Delving Deep with Nested Queries 283

        What Subqueries Do 285

        Chapter 13: Recursive Queries 303

        What Is Recursion? 303

        What Is a Recursive Query? 306

        Where Might You Use a Recursive Query? 306

        Where Else Might You Use a Recursive Query? 311

        Part 4: Controlling Operations?313

        Chapter 14: Providing Database Security 315

        The SQL Data Control Language 316

        User Access Levels 316

        Granting Privileges to Users 318

        Granting Privileges across Levels 325

        Granting the Power to Grant Privileges 327

        Taking Privileges Away 328

        Using GRANT and REVOKE Together to Save Time and Effort 329

        Chapter 15: Protecting Data 331

        Threats to Data Integrity 332

        Reducing Vulnerability to Data Corruption 336

        Constraints Within Transact...

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Le choixNeuf et occasion
        Minimum5% remboursés
        La sécuritéSatisfait ou remboursé
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        Rakuten Logo
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com