0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (20)
  • R250 - R500 (51)
  • R500+ (855)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer software packages > Database software

OCA Oracle Database SQL Exam Guide (Exam 1Z0-071) (Paperback, 2nd Revised edition): Steve O'Hearn OCA Oracle Database SQL Exam Guide (Exam 1Z0-071) (Paperback, 2nd Revised edition)
Steve O'Hearn
R1,429 R1,007 Discovery Miles 10 070 Save R422 (30%) Ships in 12 - 17 working days

This fully integrated study system covers every aspect of the Oracle Database SQL Expert exam, and has been thoroughly updated for Oracle Database 12cThis comprehensive study guide from Oracle Press enables readers to prepare for the SQL Database Expert Exam with total confidence. Ideal both as a study guide and on-the-job reference, Oracle Database 12c SQL Certified Expert Exam Guide features examples, practice questions, and chapter summaries. Between the book and accompanying CD-ROM, you will have access to more than 150 questions that match the topics, format, and complexity of the real test. This study system covers all of the objectives for the Oracle Database 12c SQL Expert Exam in full detail and features up-to-date coverage of advanced SQL features related to Oracle Database 12c. An "exam readiness checklist" at the front of the book and "inside the exam" and "two minute drills" sections at the end of each chapter reinforce key skills. You will acquire in-depth knowledge of SQL programming and relational database concepts and will be prepared to sit for the Oracle Certified Expert exam. Each chapter includes examples, practice questions, and summariesCD-ROM contains two interactive practice tests and a searchable PDF version of the bookSample questions throughout match the format and difficulty of the live exam

Oracle Identity Management - Governance, Risk, and Compliance Architecture, Third Edition (Paperback, 3rd edition): Marlin B... Oracle Identity Management - Governance, Risk, and Compliance Architecture, Third Edition (Paperback, 3rd edition)
Marlin B Pohlman
R2,338 Discovery Miles 23 380 Ships in 12 - 17 working days

In today's competitive marketplace with its focus on profit, maintaining integrity can often be a challenge. Further complicating this challenge is the fact that those assigned to the task of assuring accountability within an organization often have little, if any, visibility into the inner workings of that organization. Oracle Identity Management: Governance, Risk, and Compliance Architecture is the definitive guide for corporate stewards who are struggling with the challenge of meeting regulatory compliance pressures while embarking on the path of process and system remediation. The text is written by Marlin Pohlman, a director with Oracle who is recognized as one of the primary educators worldwide on identity management, regulatory compliance, and corporate governance. In the book's first chapters, Dr. Pohlman examines multinational regulations and delves into the nature of governance, risk, and compliance. He also cites common standards, illustrating a number of well-known compliance frameworks. He then focuses on specific software components that will enable secure business operations. To complete the picture, he discusses elements of the Oracle architecture, which permit reporting essential to the regulatory compliance process, and the vaulting solutions and data hubs, which collect, enforce, and store policy information. Examining case studies from the five most regulated business verticals, financial services, retail, pharma-life sciences, higher education, and the US public sector, this work teaches corporation stewards how to: Attain and maintain high levels of integrity Eliminate redundancy and excessive expense in identity management Map solutions directly to region and legislation Hold providers accountable for contracted services Identity management is the first line of defense in the corporate internal ecosystem. Reconcilingtheory and practicality, this volume makes sure that defense is workable, responsive, and effective.

SQL All-in-One For Dummies, 3rd Edition (Paperback, 3rd Edition): AG Taylor SQL All-in-One For Dummies, 3rd Edition (Paperback, 3rd Edition)
AG Taylor
R886 R631 Discovery Miles 6 310 Save R255 (29%) Ships in 9 - 15 working days

The latest on SQL databases SQL All -In-One For Dummies, 3rd Edition, is a one-stop shop for everything you need to know about SQL and SQL-based relational databases. Everyone from database administrators to application programmers and the people who manage them will find clear, concise explanations of the SQL language and its many powerful applications. With the ballooning amount of data out there, more and more businesses, large and small, are moving from spreadsheets to SQL databases like Access, Microsoft SQL Server, Oracle databases, MySQL, and PostgreSQL. This compendium of information covers designing, developing, and maintaining these databases. Cope with any issue that arises in SQL database creation and management Get current on the newest SQL updates and capabilities Reference information on querying SQL-based databases in the SQL language Understand relational databases and their importance to today's organizations SQL All-In-One For Dummies is a timely update to the popular reference for readers who want detailed information about SQL databases and queries.

Databases with Access - Learning Made Simple (Paperback, New): Moira Stephen Databases with Access - Learning Made Simple (Paperback, New)
Moira Stephen
R680 Discovery Miles 6 800 Ships in 12 - 17 working days

This handy textbook covers all you need to know to begin to use databases such as Microsoft Access.Learning Made Simple books give readers skills without frills. They are matched to the main qualifications, and written by experienced teachers and authors to make often tricky subjects simple to learn. Every book is designed carefully to provide bite-sized lessons matched to learners needs. Building on the multi-million success of the previous series Made Simple Books, Learning Made Simple titles provide both a new colourful way to study and a useful adjunct to any training course. Using full colour throughout, and written by leading teachers and writers, Learning Made Simple books will help readers learn new skills and develop their talents. Whether studying at college, training at work, or reading at home, aiming for a qualification or simply getting up to speed, Learning Made Simple books will give readers the advantage of easy, well-organised training materials in a handy volume with two or four-page sections for each topic for ease of use.

Learning MySQL and MariaDB (Paperback): Russell Dyer Learning MySQL and MariaDB (Paperback)
Russell Dyer
R1,205 R869 Discovery Miles 8 690 Save R336 (28%) Ships in 12 - 17 working days

If you're a programmer new to databases-or just new to MySQL and its community-driven variant, MariaDB-you've found the perfect introduction. This hands-on guide provides an easy, step-by-step approach to installing, using, and maintaining these popular relational database engines. Author Russell Dyer, Curriculum Manager at MariaDB and former editor of the MySQL Knowledge Base, takes you through database design and the basics of data management and manipulation, using real-world examples and many practical tips. Exercises and review questions help you practice what you've just learned. Create and alter MySQL tables and specify fields and columns within them Learn how to insert, select, update, delete, join, and subquery data, using practical examples Use built-in string functions to find, extract, format, and convert text from columns Learn functions for mathematical or statistical calculations, and for formatting date and time values Perform administrative duties such as managing user accounts, backing up databases, and importing large amounts of data Use APIs to connect and query MySQL and MariaDB with PHP and other languages

Expert SQL Server Transactions and Locking - Concurrency Internals for SQL Server Practitioners (Paperback, 1st ed.): Dmitri... Expert SQL Server Transactions and Locking - Concurrency Internals for SQL Server Practitioners (Paperback, 1st ed.)
Dmitri Korotkevitch
R1,629 R1,270 Discovery Miles 12 700 Save R359 (22%) Ships in 10 - 15 working days

Master SQL Server's Concurrency Model so you can implement high-throughput systems that deliver transactional consistency to your application customers. This book explains how to troubleshoot and address blocking problems and deadlocks, and write code and design database schemas to minimize concurrency issues in the systems you develop. SQL Server's Concurrency Model is one of the least understood parts of the SQL Server Database Engine. Almost every SQL Server system experiences hard-to-explain concurrency and blocking issues, and it can be extremely confusing to solve those issues without a base of knowledge in the internals of the Engine. While confusing from the outside, the SQL Server Concurrency Model is based on several well-defined principles that are covered in this book. Understanding the internals surrounding SQL Server's Concurrency Model helps you build high-throughput systems in multi-user environments. This book guides you through the Concurrency Model and elaborates how SQL Server supports transactional consistency in the databases. The book covers all versions of SQL Server, including Microsoft Azure SQL Database, and it includes coverage of new technologies such as In-Memory OLTP and Columnstore Indexes. What You'll Learn Know how transaction isolation levels affect locking behavior and concurrency Troubleshoot and address blocking issues and deadlocks Provide required data consistency while minimizing concurrency issues Design efficient transaction strategies that lead to scalable code Reduce concurrency problems through good schema design Understand concurrency models for In-Memory OLTP and Columnstore Indexes Reduce blocking during index maintenance, batch data load, and similar tasks Who This Book Is For SQL Server developers, database administrators, and application architects who are developing highly-concurrent applications. The book is for anyone interested in the technical aspects of creating and troubleshooting high-throughput systems that respond swiftly to user requests.

High Performance SQL Server - Consistent Response for Mission-Critical Applications (Paperback, 2nd ed.): Benjamin Nevarez High Performance SQL Server - Consistent Response for Mission-Critical Applications (Paperback, 2nd ed.)
Benjamin Nevarez
R1,499 R1,415 Discovery Miles 14 150 Save R84 (6%) Ships in 9 - 15 working days

Design and configure SQL Server instances and databases in support of high-throughput, mission-critical applications providing consistent response times in the face of variations in numbers of users and query volumes. In this new edition, with over 100 pages of additional content, every original chapter has been updated for SQL Server 2019, and the book also includes two new chapters covering SQL Server on Linux and Intelligent Query Processing. This book shows you how to configure SQL Server and design your databases to support a given instance and workload. You will learn advanced configuration options, in-memory technologies, storage and disk configuration, and more, all aimed toward enabling your desired application performance and throughput. Configuration doesn't stop with implementation. Workloads change over time, and other impediments can arise to thwart desired performance. High Performance SQL Server covers monitoring and troubleshooting to aid you in detecting and fixing production performance problems and minimizing application outages. You will learn about a variety of tools, ranging from the traditional wait analysis methodology to the query store or indexing, and you will learn how improving performance is an iterative process. This book is an excellent complement to query performance tuning books and provides the other half of what you need to know by focusing on configuring the instances on which mission-critical queries are executed. What You Will Learn Understand SQL Server's database engine and how it processes queries Configure instances in support of high-throughput applications Provide consistent response times to varying user numbers and query volumes Design databases for high-throughput applications with focus on performance Record performance baselines and monitor SQL Server instances against them Troubleshot and fix performance problems Who This Book Is For SQL Server database administrators, developers, and data architects. The book is also of use to system administrators who are managing and are responsible for the physical servers on which SQL Server instances are run.

Access 2016 Bible (Paperback): M. Alexander Access 2016 Bible (Paperback)
M. Alexander
R1,373 R1,048 Discovery Miles 10 480 Save R325 (24%) Ships in 12 - 17 working days

Master database creation and management Access 2016 Bible is your, comprehensive reference to the world's most popular database management tool. With clear guidance toward everything from the basics to the advanced, this go-to reference helps you take advantage of everything Access 2016 has to offer. Whether you're new to Access or getting started with Access 2016, you'll find everything you need to know to create the database solution perfectly tailored to your needs, with expert guidance every step of the way. The companion website features all examples and databases used in the book, plus trial software and a special offer from Database Creations. Start from the beginning for a complete tutorial, or dip in and grab what you need when you need it this book gives you an expert Access 2016 companion on call 24/7. Access enables database novices and programmers to store, organize, view, analyze, and share data, as well as build powerful, integrable, custom database solutions but databases can be complex, and difficult to navigate. This book helps you harness the power of the database with a solid understanding of their purpose, construction, and application. * Understand database objects and design systems objects * Build forms, create tables, manipulate datasheets, and add data validation * Use Visual Basic automation and XML Data Access Page design * Exchange data with other Office applications, including Word, Excel, and more From database fundamentals and terminology to XML and Web services, this book has everything you need to maximize Access 2016 and build the database you need.

Beginning Oracle SQL for Oracle Database 18c - From Novice to Professional (Paperback, 1st ed.): Ben Brumm Beginning Oracle SQL for Oracle Database 18c - From Novice to Professional (Paperback, 1st ed.)
Ben Brumm
R1,450 R1,155 Discovery Miles 11 550 Save R295 (20%) Ships in 10 - 15 working days

Start developing with Oracle SQL. This book is a one-stop introduction to everything you need to know about getting started developing an Oracle Database. You'll learn about foundational concepts, setting up a simple schema, adding data, reading data from the database, and making changes. No experience with databases is required to get started. Examples in the book are built around Oracle Live SQL, a freely available, online sandbox for practicing and experimenting with SQL statements, and Oracle Express Edition, a free version of Oracle Database that is available for download. A marquee feature of Beginning Oracle SQL for Oracle Database 18c is the small chapter size. Content is divided into easily digestible chunks that can be read and practiced in very short intervals of time, making this the ideal book for a busy professional to learn from. Even just a 15-20 minute block of free time can be put to good use. Author Ben Brumm begins by helping you understand what a database is, and getting you set up with a sandbox in which to practice the SQL that you are learning. From there, easily digestible chapters cover, point-by-point, the different aspects of writing queries to get data out of a database. You'll also learn about creating tables and getting data into the database. Crucial topics such as working with nulls and writing analytic queries are given the attention they deserve, helping you to avoid pitfalls when writing queries for production use. What You'll Learn Create, update, and delete tables in an Oracle database Add, update, delete data from those database tables Query and view data stored in your database Manipulate and transform data using in-built database functions and features Correctly choose when to use Oracle-specific syntax and features Who This Book Is For Those new to Oracle who are planning to develop software using Oracle as the back-end data store. The book is also for those who are getting started in software development and realize they need to learn some kind of database language. Those who are learning software development on the side of their normal job, or learning it as a college student, who are ready to learn what a database is and how to use it also will find this book useful.

A Comprehensive Study of SQL - Practice and Implementation (Hardcover): Jagdish Chandra Patni A Comprehensive Study of SQL - Practice and Implementation (Hardcover)
Jagdish Chandra Patni
R2,130 Discovery Miles 21 300 Ships in 12 - 17 working days

A Comprehensive Study of SQL - Practice and Implementation is designed as a textbook and provides a comprehensive approach to SQL (Structured Query Language), the standard programming language for defining, organizing, and exploring data in relational databases. It demonstrates how to leverage the two most vital tools for data query and analysis - SQL and Excel - to perform comprehensive data analysis without the need for a sophisticated and expensive data mining tool or application. Features The book provides a complete collection of modeling techniques, beginning with fundamentals and gradually progressing through increasingly complex real-world case studies It explains how to build, populate, and administer high-performance databases and develop robust SQL-based applications It also gives a solid foundation in best practices and relational theory The book offers self-contained lessons on key SQL concepts or techniques at the end of each chapter using numerous illustrations and annotated examples This book is aimed primarily at advanced undergraduates and graduates with a background in computer science and information technology. Researchers and professionals will also find this book useful.

Problem Solving Cases In Microsoft Access & Excel (Paperback, 16th edition): Joseph Brady, Ellen Monk, Emilio Mendelsohn Problem Solving Cases In Microsoft Access & Excel (Paperback, 16th edition)
Joseph Brady, Ellen Monk, Emilio Mendelsohn
R1,106 R996 Discovery Miles 9 960 Save R110 (10%) Ships in 10 - 15 working days

Learn how to analyze and successfully solve today's real business problems using the latest Microsoft (R) Office Access database management system and the most recent version of Excel spreadsheet tools. Packed with hands-on learning opportunities, Monk/Brady/Mendelsohn's PROBLEM-SOLVING CASES IN MICROSOFT (R) ACCESS AND EXCEL, 16E features five individual tutorials designed to build your practical knowledge as you walk step-by-step through the capabilities of each software application. Twelve all-new case studies challenge you to use the software applications to resolve scenarios and problems you are likely to encounter on the job. In addition, a unique emphasis on skill-building integration demonstrates how to use Access and Excel together to resolve challenges within each case. Trust today's most up-to-date, practical guide for mastering critical Access and Excel skills in a business context.

Shelly Cashman Series (R) Microsoft (R) Office 365 (R) & Access (R)2019 Comprehensive (Paperback, New edition): Ellen Monk,... Shelly Cashman Series (R) Microsoft (R) Office 365 (R) & Access (R)2019 Comprehensive (Paperback, New edition)
Ellen Monk, Sandra Cable
R1,371 R1,228 Discovery Miles 12 280 Save R143 (10%) Ships in 10 - 15 working days

Introduce your students to the latest advancements that Microsoft (R) Office and Access (R) have to offer with MICROSOFT (R) OFFICE 365 & ACCESS (R) 2019: COMPREHENSIVE -- new to the acclaimed Shelly Cashman Series (R). MICROSOFT (R) OFFICE 365 & ACCESS (R) 2019: COMPREHENSIVE continues the series' strong history of innovation with a hallmark learning approach enhanced to address the varied learning styles of today's students. A trademark step-by-step, screen-by-screen approach encourages students to expand their understanding of the software through experimentation, critical thought, and personalization. This new edition and accompanying resources are designed to engage readers and improve retention while also engaging them in real-world scenarios to reinforce critical skills to make them successful in their educational and professional careers. In addition, MindTap and updated SAM (Skills Assessment Manager) online resources are available to guide additional study and ensure successful results.

SQL Server 2016 High Availability Unleashed (includes Content Update Program) (Paperback): Paul Bertucci, Raju Shreewastava SQL Server 2016 High Availability Unleashed (includes Content Update Program) (Paperback)
Paul Bertucci, Raju Shreewastava
R1,118 R207 Discovery Miles 2 070 Save R911 (81%) Ships in 9 - 15 working days

Book + Content Update Program SQL Server 2016 High Availability Unleashed provides start-to-finish coverage of SQL Server's powerful high availability (HA) solutions for your traditional on-premise databases, cloud-based databases (Azure or AWS), hybrid databases (on-premise coupled with the cloud), and your emerging Big Data solutions. This complete guide introduces an easy-to-follow, formal HA methodology that has been refined over the past several years and helps you identity the right HA solution for your needs. There is also additional coverage of both disaster recovery and business continuity architectures and considerations. You are provided with step-by-step guides, examples, and sample code to help you set up, manage, and administer these highly available solutions. All examples are based on existing production deployments at major Fortune 500 companies around the globe. This book is for all intermediate-to-advanced SQL Server and Big Data professionals, but is also organized so that the first few chapters are great foundation reading for CIOs, CTOs, and even some tech-savvy CFOs. Learn a formal, high availability methodology for understanding and selecting the right HA solution for your needs Deep dive into Microsoft Cluster Services Use selective data replication topologies Explore thorough details on AlwaysOn and availability groups Learn about HA options with log shipping and database mirroring/ snapshots Get details on Microsoft Azure for Big Data and Azure SQL Explore business continuity and disaster recovery Learn about on-premise, cloud, and hybrid deployments Provide all types of database needs, including online transaction processing, data warehouse and business intelligence, and Big Data Explore the future of HA and disaster recovery In addition, this book is part of InformIT's exciting Content Update Program, which provides content updates for major technology improvements! As significant updates are made to SQL Server, sections of this book will be updated or new sections will be added to match the updates to the technologies. As updates become available, they will be delivered to you via a free Web Edition of this book, which can be accessed with any Internet connection. To learn more, visit informit.com/cup. How to access the Web Edition: Follow the instructions inside to learn how to register your book to access the FREE Web Edition.

FileMaker Pro Design and Scripting for Dummies (Paperback): T Trimble FileMaker Pro Design and Scripting for Dummies (Paperback)
T Trimble
R686 R494 Discovery Miles 4 940 Save R192 (28%) Ships in 9 - 15 working days

Since its first appearance in 2008, this book has changed the landscape of Virgilian studies. Analysing closely the logic and the literary genres of Virgil's three poems, it politely confronts the modern orthodoxy that Virgil signalled distaste for the methods of his ruler, Octavian-Augustus. It refreshes the study of Virgil's poetry by comparing it with the detail (normally neglected by scholars) of Rome's civil wars after Julius Caesar's death, when Octavian's survival looked highly unlikely. And it argues that Virgil wrote as a passionate - and brave - partisan of Octavian, who - like a good lawyer - confronted his patron's undeniable failings in order to defend. Awarded in 2011 the prize of the Vergilian Society for 'the book that makes the greatest contribution toward our understanding and appreciation of Virgil'.

SQL Server 2019 AlwaysOn - Supporting 24x7 Applications with Continuous Uptime (Paperback, 3rd ed.): Peter A. Carter SQL Server 2019 AlwaysOn - Supporting 24x7 Applications with Continuous Uptime (Paperback, 3rd ed.)
Peter A. Carter
R1,608 R1,249 Discovery Miles 12 490 Save R359 (22%) Ships in 10 - 15 working days

Get a fast start to using AlwaysOn, the SQL Server solution to high-availability and disaster recovery. This third edition is newly-updated to cover the 2019 editions of both SQL Server and Windows Server and includes strong coverage of implementing AlwaysOn Availability Groups on both Windows and Linux operating systems. The book provides a solid and accurate understanding of how to implement systems requiring consistent and continuous uptime, as well as how to troubleshoot those systems in order to keep them running and reliable. This edition is updated to account for all new major functionality and also includes coverage of implementing atypical configurations, such as clusterless and domain-independent Availability Groups, distributed Availability Groups, and implementing Availability Groups on Azure. The book begins with an introduction to high-availability and disaster recovery concepts such as Recovery Point Objectives (RPOs), Recovery Time Objectives (RTOs), availability levels, and the cost of downtime. You'll then move into detailed coverage of implementing and configuring the AlwaysOn feature set in order to meet the business objectives set by your organization. Content includes coverage on implementing clusters, building AlwaysOn failover clustered instances, and configuring AlwaysOn Availability Groups. SQL Server 2019 AlwaysOn is chock full of real-world advice on how to build and configure the most appropriate topology to meet the high-availability and disaster recovery requirements you are faced with, as well as how to use AlwaysOn Availability Groups to scale-out read-only workloads. This is a practical and hands-on book to get you started quickly in using one of the most talked-about SQL Server feature sets. What You Will Learn Understand high availability and disaster recovery in SQL Server 2019 Build and configure a Windows Cluster in Windows Server 2019 Create and configure an AlwaysOn failover clustered instance Implement AlwaysOn Availability Groups and appropriately configure them Implement AlwaysOn Availability Groups on Linux servers Configure Availability Groups on Azure IaaS Administer AlwaysOn technologies post implementation Understand typical configurations, such as clusterless and distributed Availability Groups Who This Book Is For For Microsoft SQL Server database administrators who interested in growing their knowledge and skills in SQL Server's high-availability and disaster recovery feature set.

HOWTO Secure and Audit Oracle 10g and 11g (Hardcover, New): Ron Ben-Natan HOWTO Secure and Audit Oracle 10g and 11g (Hardcover, New)
Ron Ben-Natan
R3,659 Discovery Miles 36 590 Ships in 12 - 17 working days

Oracle is the number one database engine in use today. The fact that it is the choice of military organizations and agencies around the world is part of the company s legacy and is evident in the product. Oracle has more security-related functions, products, and tools than almost any other database engine. Unfortunately, the fact that these capabilities exist does not mean that they are used correctly or even used at all. In fact, most users are familiar with less than twenty percent of the security mechanisms within Oracle.

Written by Ron Ben Natan, one of the most respected and knowledgeable database security experts in the world, HOWTO Secure and Audit Oracle 10g and 11g shows readers how to navigate the options, select the right tools and avoid common pitfalls. The text is structured as HOWTOs addressing each security function in the context of Oracle 11g and Oracle 10g. Among a long list of HOWTOs, readers will learn to:

  • Choose configuration settings that make it harder to gain unauthorized access
  • Understand when and how to encrypt data-at-rest and data-in-transit and how to implement strong authentication
  • Use and manage audit trails and advanced techniques for auditing
  • Assess risks that may exist and determine how to address them
  • Make use of advanced tools and options such as Advanced Security Options, Virtual Private Database, Audit Vault, and Database Vault

The text also provides an overview of cryptography, covering encryption and digital signatures and shows readers how Oracle Wallet Manager and orapki can be used to generate and manage certificates and other secrets. While the book s seventeen chapters follow a logical order of implementation, each HOWTO can be referenced independently to meet a user s immediate needs. Providing authoritative and succinct instructions highlighted by examples, this ultimate guide to security best practices for Oracle bridges the gap between those who install and configure security features and those who secure and audit them.

Access 2019 For Dummies (Paperback): La Ulrich Access 2019 For Dummies (Paperback)
La Ulrich 1
R792 R563 Discovery Miles 5 630 Save R229 (29%) Ships in 9 - 15 working days

Easy steps to practical databases People who really know how to build, populate, and simplify databases are few and far between. Access 2019 For Dummies is here to help you join the ranks of office heroes who possess these precious skills. This book offers clear and simple advice on how to build and operate databases as well as create simple forms, import data from outside sources, query databases for information, and share knowledge in reports. In short, it's the book that holds all the secrets behind the mysteries of Access! Build effective databases from the ground up Simplify your data entry with forms and tables Write queries that produce answers to your data questions Simplify input with forms There's no time like the present to get your hands on the insight that database beginners need to become Access gurus.

SQL: 1999 - Understanding Relational Language Components (Paperback, 2nd edition): Jim Melton, Alan R. Simon SQL: 1999 - Understanding Relational Language Components (Paperback, 2nd edition)
Jim Melton, Alan R. Simon
R2,102 R1,508 Discovery Miles 15 080 Save R594 (28%) Ships in 12 - 17 working days

This book is the best way to make the leap from SQL-92 to SQL: 1999, but it is much more than just a simple bridge between the two. The latest from celebrated SQL experts Jim Melton and Alan Simon, "SQL: 1999" is a comprehensive, eminently practical account of SQL's latest incarnation and a potent distillation of the details required to put it to work. Written to accommodate both novice and experienced SQL users, "SQL: 1999" focuses on the language's capabilities, from the basic to the advanced, and the way that real applications take advantage of them. Throughout, the authors illustrate features and techniques with clear and often entertaining references to their own custom database, which can be downloaded from the companion Web site.
* Gives authoritative coverage from an expert team that includes the editor of the SQL-92 and SQL: 1999 standards.
* Provides a general introduction to SQL that helps you understand its constituent parts, history, and place in the realm of computer languages.
* Explains SQL: 1999's more sophisticated features, including advanced value expressions, predicates, advanced SQL query expressions, and support for active databases.
* Explores key issues for programmers linking applications to SQL databases.
* Provides guidance on troubleshooting, internationalization, and changes anticipated in the next version of SQL.
* Contains appendices devoted to database design, a complete SQL: 1999 example, the standardization process, and more.

Access 2010 For Dummies (Paperback, New): L Ulrich Fuller Access 2010 For Dummies (Paperback, New)
L Ulrich Fuller
R570 R448 Discovery Miles 4 480 Save R122 (21%) Ships in 12 - 17 working days

A friendly, step-by-step guide to the Microsoft Office database application

Access may be the least understood and most challenging application in the Microsoft Office suite. This guide is designed to help anyone who lacks experience in creating and managing a database learn to use Access 2010 quickly and easily.

In the classic "For Dummies" tradition, the book provides an education in Access, the interface, and the architecture of a database. It explains the process of building a database, linking information, sharing data, generating reports, and much more.As the Microsoft Office database application, Access may be the least understood and most challenging part of the Office suite"Access 2010 For Dummies" walks newcomers through building and using their first databaseCovers linking information in a database, setting relationships, modeling data, and building tablesExplores how to extract data from Access and get specific answers, create forms, and export data in reportsA section for more experienced users looks at analyzing errors and creating an interface

Fully updated for the newest version, "Access 2010 For Dummies" gets new Access users up to speed and helps veterans get the most from the Office database application.

The CIO's Guide to Oracle Products and Solutions (Paperback): Jessica Keyes The CIO's Guide to Oracle Products and Solutions (Paperback)
Jessica Keyes
R1,773 Discovery Miles 17 730 Ships in 12 - 17 working days

From operating systems to the cloud, Oracle's products and services are everywhere, and it has the market share to prove it. Given the share diversity of the Oracle product line, and the level of complexity of integration, management can be quite a daunting task. The CIO's Guide to Oracle Products and Solutions is the go-to guide for all things Oracle. It provides management-level guidance on how to successfully navigate and manage the full range of Oracle products. The book presents management best practices and user/developer lessons learned in the use of Oracle products and services. Supplying both conceptual and technical views, the text focuses on what CIOs need to do to orient, or reorient, their organization toward the use of Oracle products and services. It describes how to develop a strategic framework for the use of these products and services rather than the specific product or service itself. This strategic framework will help you to prepare, educate, keep up with change, mitigate risk, and implement with the confidence needed to succeed. Providing an overview of the suite of Oracle technologies and solutions, the book covers the heart of the Oracle products set, including Oracle analytics, enterprise performance management, Oracle cloud, data management, application development, social business, and fusion. It examines compliance and security issues and includes metrics to help you evaluate potential solutions. The book also provides readers with access to a set of helpful resources on the book's page at www.crcpress.com, including cloud procurement best practices, cloud migration tips, a sample project procurement plan template, and various glossaries.

Microsoft SQL Server 2012 Administration - Real- World Skills for MCSA Certification and Beyond (Exams 70-461, 70-462, and... Microsoft SQL Server 2012 Administration - Real- World Skills for MCSA Certification and Beyond (Exams 70-461, 70-462, and 70-463) (Paperback)
T. Carpenter 3
R1,691 R1,252 Discovery Miles 12 520 Save R439 (26%) Ships in 12 - 17 working days

Implement, maintain, and repair SQL Server 2012 databases

As the most significant update since 2008, Microsoft SQL Server 2012 boasts updates and new features that are critical to understand. Whether you manage and administer SQL Server 2012 or are planning to get your MCSA: SQL Server 2012 certification, this book is the perfect supplement to your learning and preparation. From understanding SQL Server's roles to implementing business intelligence and reporting, this practical book explores tasks and scenarios that a working SQL Server DBA faces regularly and shows you step by step how to handle them. Includes practice exams and coverage of exam objectives for those seeking MSCA: SQL Server 2012 certificationExplores the skills you'll need on the job as a SQL Server 2012 DBADiscusses designing and implementing database solutions Walks you through administrating, maintaining, and securing SQL Server 2012Addresses implementing high availability and data distributionIncludes bonus videos where the author walks you through some of the more difficult tasks expected of a DBA

Featuring hands-on exercises and real-world scenarios, this resource guides you through the essentials of implementing, maintaining, and repairing SQL Server 2012 databases.

Access VBA Programming for Dummies (Paperback): A Simpson Access VBA Programming for Dummies (Paperback)
A Simpson
R968 R699 Discovery Miles 6 990 Save R269 (28%) Ships in 12 - 17 working days

This friendly, easy-to-use guide shows experienced Access users how to use VBA (Visual Basic for Applications) to build Access databases and applications, but also covers programming fundamentals for nonprogrammers Includes practical, ready-to-use VBA code examples that readers can type or copy and paste from the Web into their own database projects Explains basic VBA skills and concepts for nonprogrammers, such as procedures, variables, and loops Covers more advanced topics, such as record sets and other programming activities that are unique to Access programming Author has written more than ninety computer books and has been working with databases since the early 1980s

Beginning Microsoft SQL Server 2012 Programming (Paperback, New): R. Atkinson Beginning Microsoft SQL Server 2012 Programming (Paperback, New)
R. Atkinson
R1,005 R785 Discovery Miles 7 850 Save R220 (22%) Ships in 12 - 17 working days

Get up to speed on the extensive changes to the newest release of Microsoft SQL Server

The 2012 release of Microsoft SQL Server changes how you develop applications for SQL Server. With this comprehensive resource, SQL Server authority Robert Vieira presents the fundamentals of database design and SQL concepts, and then shows you how to apply these concepts using the updated SQL Server. Publishing time and date with the 2012 release, "Beginning Microsoft SQL Server 2012 Programming" begins with a quick overview of database design basics and the SQL query language and then quickly proceeds to show you how to implement the fundamental concepts of Microsoft SQL Server 2012.

You'll explore the key additions and changes to this newest version, including conditional action constructs, enhanced controls for results paging, application integration with SharePoint and Excel, and development of BI applications.Covers new features such as SQL Azure for cloud computing, client-connectivity enhancements, security and compliance, data replication, and data warehouse performance improvements Addresses essential topics including managing keys, writing scripts, and working with store procedures Shares helpful techniques for creating and changing tables, programming with XML, and using SQL Server Reporting and Integration Services

"Beginning Microsoft SQL Server 2012 Programming" demystifies even the most difficult challenges you may face with the new version of Microsoft SQL Server.

T-SQL Fundamentals (Paperback, 3rd edition): Itzik Ben-Gan T-SQL Fundamentals (Paperback, 3rd edition)
Itzik Ben-Gan
R1,125 R985 Discovery Miles 9 850 Save R140 (12%) Ships in 9 - 15 working days

Effectively query and modify data using Transact-SQL Master T-SQL fundamentals and write robust code for Microsoft SQL Server and Azure SQL Database. Itzik Ben-Gan explains key T-SQL concepts and helps you apply your knowledge with hands-on exercises. The book first introduces T-SQL's roots and underlying logic. Next, it walks you through core topics such as single-table queries, joins, subqueries, table expressions, and set operators. Then the book covers more-advanced data-query topics such as window functions, pivoting, and grouping sets. The book also explains how to modify data, work with temporal tables, and handle transactions, and provides an overview of programmable objects. Microsoft Data Platform MVP Itzik Ben-Gan shows you how to: Review core SQL concepts and its mathematical roots Create tables and enforce data integrity Perform effective single-table queries by using the SELECT statement Query multiple tables by using joins, subqueries, table expressions, and set operators Use advanced query techniques such as window functions, pivoting, and grouping sets Insert, update, delete, and merge data Use transactions in a concurrent environment Get started with programmable objects-from variables and batches to user-defined functions, stored procedures, triggers, and dynamic SQL

MySQL Administrator's Bible (Paperback): SK Cabral MySQL Administrator's Bible (Paperback)
SK Cabral
R1,481 Discovery Miles 14 810 Ships in 12 - 17 working days

With special focus on the next major release of MySQL, this resource provides a solid framework for anyone new to MySQL or transitioning from another database platform, as well as experience MySQL administrators. The high-profile author duo provides essential coverage of the fundamentals of MySQL database management--including MySQL's unique approach to basic database features and functions--as well as coverage of SQL queries, data and index types, stores procedure and functions, triggers and views, and transactions. They also present comprehensive coverage of such topics as MySQL server tuning, managing storage engines, caching, backup and recovery, managing users, index tuning, database and performance monitoring, security, and more.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Benchmark Series: Microsoft (R)Access…
Nita Rutkosky, Audrey Rutkosky Roggenkamp Paperback R1,306 R1,040 Discovery Miles 10 400
Building Custom Tasks for SQL Server…
Andy Leonard Paperback R1,253 Discovery Miles 12 530
Access For Dummies
La Ulrich Paperback R764 R544 Discovery Miles 5 440
Microsoft SQL Server 2008 R2 Master Data…
Tyler Graham, Suzanne Selhorn Paperback R1,403 R1,108 Discovery Miles 11 080
Spring in Action
Craig Walls Paperback R1,300 Discovery Miles 13 000
Math for Programmers
Paul Orland Paperback R1,322 Discovery Miles 13 220
Access 97 for Windows Made Simple
Moira Stephen Paperback R493 Discovery Miles 4 930
Quantitative Electroencephalographic…
Tim Tinius Paperback R969 Discovery Miles 9 690
Oracle 12c - SQL
Joan Casteel Paperback  (1)
R1,291 R1,157 Discovery Miles 11 570
Access 2016 For Dummies
L Fuller Paperback R709 R506 Discovery Miles 5 060

 

Partners