0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (16)
  • R250 - R500 (47)
  • R500+ (785)
  • -
Status
Format
Author / Contributor
Publisher

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

The Development and Social Impacts of Pakistan's New Khanki Barrage - A Project Benefit Case Study (Paperback): Asian... The Development and Social Impacts of Pakistan's New Khanki Barrage - A Project Benefit Case Study (Paperback)
Asian Development Bank
R684 Discovery Miles 6 840 Ships in 18 - 22 working days

This study examines the development and describes the advanced technology used for the construction and operation of the New Khanki Barrage in Punjab, Pakistan. It highlights the socioeconomic benefits of the project to communities. Among the notable impacts of the project is an increase in agricultural outputs and income of over half a million farming families. Communities, particularly women and girls, have also benefited from new health, education, recreation, and other infrastructure. The study also presents challenges identified in the process, which offers valuable lessons in the design and implementation of other infrastructure projects. The New Khanki Barrage was financed by the Asian Development Bank through the Punjab Irrigated Agriculture Investment Program, Project 2.

Professional Azure SQL Managed Database Administration - Efficiently manage and modernize data in the cloud using Azure SQL,... Professional Azure SQL Managed Database Administration - Efficiently manage and modernize data in the cloud using Azure SQL, 3rd Edition (Paperback, 3rd Revised edition)
Ahmad Osama, Shashikant Shakya
R1,427 Discovery Miles 14 270 Ships in 18 - 22 working days

Master data management by effectively utilizing the features of Azure SQL database. Key Features Learn to automate common management tasks with PowerShell. Understand different methods to generate elastic pools and shards to scale Azure SQL databases. Learn to develop a scalable cloud solution through over 40 practical activities and exercises. Book DescriptionDespite being the cloud version of SQL Server, Azure SQL Database and Azure SQL Managed Instance stands out in various aspects when it comes to management, maintenance, and administration. Updated with the latest Azure features, Professional Azure SQL Managed Database Administration continues to be a comprehensive guide for becoming proficient in data management. The book begins by introducing you to the Azure SQL managed databases (Azure SQL Database and Azure SQL Managed Instance), explaining their architecture, and how they differ from an on-premises SQL server. You will then learn how to perform common tasks, such as migrating, backing up, and restoring a SQL Server database to an Azure database. As you progress, you will study how you can save costs and manage and scale multiple SQL databases using elastic pools. You will also implement a disaster recovery solution using standard and active geo-replication. Finally, you will explore the monitoring and tuning of databases, the key features of databases, and the phenomenon of app modernization. By the end of this book, you will have mastered the key aspects of an Azure SQL database and Azure SQL managed instance, including migration, backup restorations, performance optimization, high availability, and disaster recovery. What you will learn Understanding Azure SQL database configuration and pricing options Provisioning a new SQL database or migrating an existing on-premises SQL Server database to an Azure SQL database Backing up and restoring an Azure SQL database Securing and scaling an Azure SQL database Monitoring and tuning an Azure SQL database Implementing high availability and disaster recovery with an Azure SQL database Managing, maintaining, and securing managed instances Who this book is forThis book is designed to benefit database administrators, database developers, or application developers who are interested in developing new applications or migrating existing ones with Azure SQL database. Prior experience of working with an on-premise SQL Server or Azure SQL database along with a basic understanding of PowerShell scripts and C# code is necessary to grasp the concepts covered in this book.

Database Dreaming Volume I - Relational Writings Revised and Revived (Paperback): Chris J. Date Database Dreaming Volume I - Relational Writings Revised and Revived (Paperback)
Chris J. Date
R906 R785 Discovery Miles 7 850 Save R121 (13%) Ships in 18 - 22 working days
Asian Economic Integration Report 2022 - Advancing Digital Services Trade in Asia and the Pacific (Paperback): Asian... Asian Economic Integration Report 2022 - Advancing Digital Services Trade in Asia and the Pacific (Paperback)
Asian Development Bank
R1,167 Discovery Miles 11 670 Ships in 18 - 22 working days

This report explores how Asia and the Pacific can capitalize on growing opportunities in digital services through structural reforms and international cooperation. Another year into the coronavirus disease (COVID-19) pandemic, the report describes an Asia and Pacific region that has more experience in tackling pandemic hardships, better data showing positive integration trends, and greater confidence in regional cooperation to address shared concerns. The publication gives an overview of changes in trade and global value chains, cross-border investment, financial integration, and the movement of people since the pandemic began.

SQL for Data Analytics - Harness the power of SQL to extract insights from data, 3rd Edition (Paperback, 3rd Revised edition):... SQL for Data Analytics - Harness the power of SQL to extract insights from data, 3rd Edition (Paperback, 3rd Revised edition)
Jun Shan, Matt Goldwasser, Upom Malik, Benjamin Johnston
R1,123 Discovery Miles 11 230 Ships in 18 - 22 working days

Take your first steps to becoming a fully qualified data analyst by learning how to explore complex datasets Key Features Master each concept through practical exercises and activities Discover various statistical techniques to analyze your data Implement everything you've learned on a real-world case study to uncover valuable insights Book DescriptionEvery day, businesses operate around the clock, and a huge amount of data is generated at a rapid pace. This book helps you analyze this data and identify key patterns and behaviors that can help you and your business understand your customers at a deep, fundamental level. SQL for Data Analytics, Third Edition is a great way to get started with data analysis, showing how to effectively sort and process information from raw data, even without any prior experience. You will begin by learning how to form hypotheses and generate descriptive statistics that can provide key insights into your existing data. As you progress, you will learn how to write SQL queries to aggregate, calculate, and combine SQL data from sources outside of your current dataset. You will also discover how to work with advanced data types, like JSON. By exploring advanced techniques, such as geospatial analysis and text analysis, you will be able to understand your business at a deeper level. Finally, the book lets you in on the secret to getting information faster and more effectively by using advanced techniques like profiling and automation. By the end of this book, you will be proficient in the efficient application of SQL techniques in everyday business scenarios and looking at data with the critical eye of analytics professional. What you will learn Use SQL to clean, prepare, and combine different datasets Aggregate basic statistics using GROUP BY clauses Perform advanced statistical calculations using a WINDOW function Import data into a database to combine with other tables Export SQL query results into various sources Analyze special data types in SQL, including geospatial, date/time, and JSON data Optimize queries and automate tasks Think about data problems and find answers using SQL Who this book is forIf you're a database engineer looking to transition into analytics or a backend engineer who wants to develop a deeper understanding of production data and gain practical SQL knowledge, you will find this book useful. This book is also ideal for data scientists or business analysts who want to improve their data analytics skills using SQL. Basic familiarity with SQL (such as basic SELECT, WHERE, and GROUP BY clauses) as well as a good understanding of linear algebra, statistics, and PostgreSQL 14 are necessary to make the most of this SQL data analytics book.

Supercharging Node.js Applications with Sequelize - Create high-quality Node.js apps effortlessly while interacting with your... Supercharging Node.js Applications with Sequelize - Create high-quality Node.js apps effortlessly while interacting with your SQL database (Paperback)
Daniel Durante, Sascha Depold
R861 Discovery Miles 8 610 Ships in 18 - 22 working days

A hands-on implementation guide to application development in Node.js using the powerful Sequelize ORM Key Features Use the highly powerful JavaScript library to map your database to objects easily Build an application from scratch with easy-to-follow steps and examples Discover industry best practices, tips, and techniques on Sequelize to manage your database with ease Book DescriptionContinuous changes in business requirements can make it difficult for programmers to organize business logic into database models, which turns out to be an expensive operation as changes to the database may result in errors and incongruity within applications. Supercharging Node.js Applications with Sequelize helps you get to grips with Sequelize, a reliable ORM that enables you to alleviate these issues in your database and applications. With Sequelize, you'll no longer need to store information in flat files or memory. This book takes a hands-on approach to implementation and associated methodologies for your database that will have you up and running in no time. You'll learn how to configure Sequelize for your Node.js application properly, develop a better sense of understanding of how this ORM works, and find out how to manage your database from Node.js using Sequelize. Finally, you'll be able to use Sequelize as the database driver for building your application from scratch. By the end of this Node.js book, you'll be able to configure, build, store, retrieve, validate, and associate your data from a database to a Node.js application. What you will learn Configure and optimize Sequelize for your application Validate your database and hydrate it with data Add life cycle events (or hooks) to your application for business logic Organize and ensure the integrity of your data even on preexisting databases Scaffold a database using built-in Sequelize features and tools Discover industry-based best practices, tips, and techniques to simplify your application development Who this book is forThis book is for beginner- to intermediate-level Node.js developers looking to upgrade their skills and use Sequelize as their ORM of choice. Basic knowledge of and prior experience with JavaScript and SQL are needed to make the most out of this book.

Access 2019 Intermediate (Paperback): M. L. Humphrey Access 2019 Intermediate (Paperback)
M. L. Humphrey
R416 Discovery Miles 4 160 Ships in 18 - 22 working days
Business Intelligence with Databricks SQL - Concepts, tools, and techniques for scaling business intelligence on the data... Business Intelligence with Databricks SQL - Concepts, tools, and techniques for scaling business intelligence on the data lakehouse (Paperback)
Vihag Gupta
R1,062 Discovery Miles 10 620 Ships in 18 - 22 working days

Master critical skills needed to deploy and use Databricks SQL and elevate your BI from the warehouse to the lakehouse with confidence Key Features Learn about business intelligence on the lakehouse with features and functions of Databricks SQL Make the most of Databricks SQL by getting to grips with the enablers of its data warehousing capabilities A unique approach to teaching concepts and techniques with follow-along scenarios on real datasets Book DescriptionIn this new era of data platform system design, data lakes and data warehouses are giving way to the lakehouse - a new type of data platform system that aims to unify all data analytics into a single platform. Databricks, with its Databricks SQL product suite, is the hottest lakehouse platform out there, harnessing the power of Apache Spark (TM), Delta Lake, and other innovations to enable data warehousing capabilities on the lakehouse with data lake economics. This book is a comprehensive hands-on guide that helps you explore all the advanced features, use cases, and technology components of Databricks SQL. You'll start with the lakehouse architecture fundamentals and understand how Databricks SQL fits into it. The book then shows you how to use the platform, from exploring data, executing queries, building reports, and using dashboards through to learning the administrative aspects of the lakehouse - data security, governance, and management of the computational power of the lakehouse. You'll also delve into the core technology enablers of Databricks SQL - Delta Lake and Photon. Finally, you'll get hands-on with advanced SQL commands for ingesting data and maintaining the lakehouse. By the end of this book, you'll have mastered Databricks SQL and be able to deploy and deliver fast, scalable business intelligence on the lakehouse. What you will learn Understand how Databricks SQL fits into the Databricks Lakehouse Platform Perform everyday analytics with Databricks SQL Workbench and business intelligence tools Organize and catalog your data assets Program the data security model to protect and govern your data Tune SQL warehouses (computing clusters) for optimal query experience Tune the Delta Lake storage format for maximum query performance Deliver extreme performance with the Photon query execution engine Implement advanced data ingestion patterns with Databricks SQL Who this book is forThis book is for business intelligence practitioners, data warehouse administrators, and data engineers who are new to Databrick SQL and want to learn how to deliver high-quality insights unhindered by the scale of data or infrastructure. This book is also for anyone looking to study the advanced technologies that power Databricks SQL. Basic knowledge of data warehouses, SQL-based analytics, and ETL processes is recommended to effectively learn the concepts introduced in this book and appreciate the innovation behind the platform.

Launching a Digital Tax Administration Transformation - What You Need to Know (Paperback): Asian Development Bank Launching a Digital Tax Administration Transformation - What You Need to Know (Paperback)
Asian Development Bank
R724 Discovery Miles 7 240 Ships in 18 - 22 working days

This publication sets out considerations for policymakers embarking on planning and implementing a digital transformation of tax administration. Digitalization can play a key role in helping tax authorities lower compliance and administrative costs, collect more revenue more efficiently, enhance transparency and service to taxpayers, and accommodate big data flows. This report explores how tax administrations can use technology and how risks can be identified and reduced. It provides an assessment framework to support policymakers as they begin the planning process and outlines considerations for effective implementation of the tax administration of the future.

Harnessing the Potential of Big Data in Post-Pandemic Southeast Asia (Paperback): Asian Development Bank Harnessing the Potential of Big Data in Post-Pandemic Southeast Asia (Paperback)
Asian Development Bank
R704 Discovery Miles 7 040 Ships in 18 - 22 working days

This report illustrates why Southeast Asian countries need big data for recovery from COVID-19 to radically transform the delivery of key services such as health care, social protection, and education. The final of a four-part series, it looks at the impact of the pandemic on Cambodia, Thailand, Indonesia, Myanmar, and the Philippines to determine how big data can help governments analyze the challenges they face. It outlines policy reforms and recommendations to help capture the benefits of big data, including drawing up digital roadmaps, improving technical infrastructure, and ramping up training to create a skilled workforce to lead the digital transformation.

A Comparative Analysis of Tax Administration in Asia and the Pacific - Fifth Edition (Paperback): Asian Development Bank A Comparative Analysis of Tax Administration in Asia and the Pacific - Fifth Edition (Paperback)
Asian Development Bank
R966 Discovery Miles 9 660 Ships in 18 - 22 working days

This edition provides analysis of tax systems and their administration in 38 economies across the region as a resource for revenue bodies seeking to boost fiscal capacity weakened by the pandemic. Topics covered include features of an effective tax reform strategy, the use of innovative technologies, taxing the digital economy, and international cooperation to help crack down on tax loopholes. The publication enables revenue bodies to benchmark their administration against similar economies in the region to help improve performance. The comparable data and analysis are based largely on the 2020 round of the International Survey on Revenue Administration.

Recent Technological Advances in Financial Market Infrastructure in ASEAN+3 - Cross-Border Settlement Infrastructure Forum... Recent Technological Advances in Financial Market Infrastructure in ASEAN+3 - Cross-Border Settlement Infrastructure Forum (Paperback)
Asian Development Bank
R805 Discovery Miles 8 050 Ships in 18 - 22 working days

This report identifies and examines six key technologies that are transforming fundamental financial market infrastructure and will serve as a springboard for the technological advancement of financial market infrastructure in the region. This report ascertains the most current status of technology adoption by Cross-Border Settlement Infrastructure Forum member organizations. They include central securities depositories and central banks in the Association of Southeast Asian Nations (ASEAN) plus the People's Republic of China, Japan, and the Republic of Korea (collectively known as ASEAN+3) region.

SQL Server Query Tuning and Optimization - Optimize Microsoft SQL Server 2022 queries and applications (Paperback): Benjamin... SQL Server Query Tuning and Optimization - Optimize Microsoft SQL Server 2022 queries and applications (Paperback)
Benjamin Nevarez
R1,279 Discovery Miles 12 790 Ships in 18 - 22 working days

Get well-versed with ready-to-use techniques for creating high-performance queries and applications Key Features Speed up queries and dramatically improve application performance by both understanding query engine internals and practical query optimization Understand how the query optimizer works Learn about intelligent query processing and what is new in SQL Server 2022 Book DescriptionSQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications. This book starts by describing the inner workings of the query optimizer, and will enable you to use this knowledge to write better queries and provide the query engine with all the information it needs to produce efficient execution plans. As you progress, you'll get practical query optimization tips for troubleshooting underperforming queries. The book will also guide you through intelligent query processing and what is new in SQL Server 2022. Query performance topics such as the Query Store, In-Memory OLTP and columnstore indexes are covered as well. By the end of this book, you'll be able to get the best possible performance for your queries and applications. What you will learn Troubleshoot queries using methods including extended events, SQL Trace, and dynamic management views Understand how the execution engine and query operators work Speed up queries and improve app performance by creating the right indexes Detect and fix cardinality estimation errors by examining query optimizer statistics Monitor and promote both plan caching and plan reuse to improve app performance Troubleshoot and improve query performance by using the Query Store Improve the performance of data warehouse queries by using columnstore indexes Handle query processor limitations with hints and other methods Who this book is forThis book is for SQL Server developers who are struggling with slow query execution, database administrators who are tasked with troubleshooting slow application performance, and database architects who design SQL Server databases in support of line-of-business and data warehousing applications.

Hta + Vbcript + Microsoft.Jet.Oledb.40 = Your Time Being Saved Writing HTML - Judge this book by it's cover fellow... Hta + Vbcript + Microsoft.Jet.Oledb.40 = Your Time Being Saved Writing HTML - Judge this book by it's cover fellow programmers (Paperback)
Richard Edwards
R380 Discovery Miles 3 800 Ships in 18 - 22 working days
Access Essentials (Paperback): M. L. Humphrey Access Essentials (Paperback)
M. L. Humphrey
R662 Discovery Miles 6 620 Ships in 18 - 22 working days
The MySQL Workshop - A practical guide to working with data and managing databases with MySQL (Paperback): Thomas Pettit, Scott... The MySQL Workshop - A practical guide to working with data and managing databases with MySQL (Paperback)
Thomas Pettit, Scott Cosentino
R740 Discovery Miles 7 400 Ships in 18 - 22 working days

Learning MySQL just got a whole lot easier, thanks to this hands-on workshop, complete with simple explanations, engaging examples, and realistic exercises that focus on helping you to build and maintain databases effectively Key Features Learn how to set up and maintain a MySQL database Run SQL queries to create, retrieve, and manipulate data Use MySQL effectively with common business applications such as Excel and MS Access Book DescriptionDo you want to learn how to create and maintain databases effectively? Are you looking for simple answers to basic MySQL questions as well as straightforward examples that you can use at work? If so, this workshop is the right choice for you. Designed to build your confidence through hands-on practice, this book uses a simple approach that focuses on the practical, so you can get straight down to business without having to wade through pages and pages of dull, dry theory. As you work through bite-sized exercises and activities, you'll learn how to use different MySQL tools to create a database and manage the data within it. You'll see how to transfer data between a MySQL database and other sources, and use real-world datasets to gain valuable experience of manipulating and gaining insights from data. As you progress, you'll discover how to protect your database by managing user permissions and performing logical backups and restores. If you've already tried to teach yourself SQL, but haven't been able to make the leap from understanding simple queries to working on live projects with a real database management system, The MySQL Workshop will get you on the right track. By the end of this MySQL book, you'll have the knowledge, skills, and confidence to advance your career and tackle your own ambitious projects with MySQL. What you will learn Understand the concepts of relational databases and document stores Use SQL queries, stored procedures, views, functions, and transactions Connect to and manipulate data using MS Access, MS Excel, and Visual Basic for Applications (VBA) Read and write data in the CSV or JSON format using MySQL Manage data while running MySQL Shell in JavaScript mode Use X DevAPI to access a NoSQL interface for MySQL Manage user roles, credentials, and privileges to keep data secure Perform a logical database backup with mysqldump and mysqlpump Who this book is forThis book is for anyone who wants to learn how to use MySQL in a productive, efficient way. If you're totally new to MySQL, it'll help you get started or if you've used MySQL before, it'll fill in any gaps, consolidate key concepts, and offer valuable hands-on practice. Prior knowledge of simple SQL or basic programming techniques will help you in quickly grasping the concepts covered, but is not necessary.

PostgreSQL 14 Administration Cookbook - Over 175 proven recipes for database administrators to manage enterprise databases... PostgreSQL 14 Administration Cookbook - Over 175 proven recipes for database administrators to manage enterprise databases effectively (Paperback)
Simon Riggs, Gianni Ciolli
R1,389 Discovery Miles 13 890 Ships in 18 - 22 working days

Administer, monitor, and replicate your PostgreSQL 14 database for efficient database management and maintenance Key Features Troubleshoot and tackle any administration and management problems in PostgreSQL 14 Find expert techniques for monitoring, fine-tuning, and securing your database Adopt efficient replication for high availability with PostgreSQL 14 Book DescriptionPostgreSQL is a powerful, open-source database management system with an enviable reputation for high performance and stability. With many new features in its arsenal, PostgreSQL 14 allows you to scale up your PostgreSQL infrastructure. With this book, you'll take a step-by-step, recipe-based approach to effective PostgreSQL administration. This book will get you up and running with all the latest features of PostgreSQL 14 while helping you explore the entire database ecosystem. You'll learn how to tackle a variety of problems and pain points you may face as a database administrator such as creating tables, managing views, improving performance, and securing your database. As you make progress, the book will draw attention to important topics such as monitoring roles, validating backups, regular maintenance, and recovery of your PostgreSQL 14 database. This will help you understand roles, ensuring high availability, concurrency, and replication. Along with updated recipes, this book touches upon important areas like using generated columns, TOAST compression, PostgreSQL on the cloud, and much more. By the end of this PostgreSQL book, you'll have gained the knowledge you need to manage your PostgreSQL 14 database efficiently, both in the cloud and on-premise. What you will learn Plan, manage, and maintain PostgreSQL databases in production Work with the newly introduced features of PostgreSQL 14 Use pgAdmin or OmniDB to perform database administrator (DBA) tasks Use psql to write accurate and repeatable scripts Understand how to tackle real-world data issues with the help of examples Select and implement robust backup and recovery techniques in PostgreSQL 14 Deploy best practices for planning and designing live databases Who this book is forThis Postgres 14 book is for database administrators, data architects, database developers, and anyone with an interest in planning and running live production databases using PostgreSQL 14. Those looking for hands-on solutions to any problem associated with PostgreSQL 14 administration will also find this book useful. Some experience with handling PostgreSQL databases will help you to make the most out of this book, however, it is a useful resource even if you are just beginning your Postgres journey.

Greening Development in the People's Republic of China - A Dynamic Partnership with the Asian Development Bank... Greening Development in the People's Republic of China - A Dynamic Partnership with the Asian Development Bank (Paperback)
Asian Development Bank
R724 Discovery Miles 7 240 Ships in 18 - 22 working days

This report underscores the dynamic partnership of the People's Republic of China (PRC) and ADB in environmental protection and ecological conservation, rural economy, green livable cities, and climate change mitigation and adaptation. The green development partnership between the PRC and ADB has evolved over the years. In the report, best practices, innovations, and lessons learned from this partnership offer insights for ADB, its developing member countries, and other development partners. The report also presents forward-looking directions for further collaboration by the PRC and ADB in pursuit of a more sustainable future.

Asia-Pacific Financial Inclusion Forum 2021 - Emerging Priorities in the COVID-19 Era (Paperback): Asian Development Bank Asia-Pacific Financial Inclusion Forum 2021 - Emerging Priorities in the COVID-19 Era (Paperback)
Asian Development Bank
R724 Discovery Miles 7 240 Ships in 18 - 22 working days

This publication identifies financial inclusion priorities to stimulate economic recovery and explores the challenges and opportunities of accelerated digital transformation. The coronavirus disease (COVID-19) pandemic has highlighted the vital role of financial inclusion in supporting resilience and economic recovery among the most vulnerable populations in Asia and the Pacific. This publication proposes recommendations to aid policy makers and regulators. It shares insights from the 2021 Asia-Pacific Financial Inclusion Forum, a policy initiative of the Asia-Pacific Economic Cooperation (APEC) Finance Ministers' Process. It was prepared in collaboration with the APEC Business Advisory Council, the Asian Development Bank Institute, and the Foundation for Development Cooperation.

Managing the Development of Digital Marketplaces in Asia (Paperback): Cyn-Young Park, James Villafuerte, Josef T. Yap Managing the Development of Digital Marketplaces in Asia (Paperback)
Cyn-Young Park, James Villafuerte, Josef T. Yap
R1,006 Discovery Miles 10 060 Ships in 18 - 22 working days

This book examines the scope, potential benefits, and challenges of digital platforms in Asia and the Pacific. It proposes measures and policies to help maximize social and economic gains while alleviating adverse effects. The coronavirus disease (COVID-19) pandemic is accelerating digital transformation across Asia and the Pacific. Digital platforms have become prominent intermediaries or marketplaces that allow the exchange of goods, services, and information. They are opening new transaction channels while lowering service costs and enhancing market efficiency. This volume explores topics that include trade and e-commerce, fintech payments, the digital divide, promoting competition, the digitalization of work and the role of universal basic income, and international taxation.

Digital Technologies for Government-Supported Health Insurance Systems in Asia and the Pacific (Paperback): Asian Development... Digital Technologies for Government-Supported Health Insurance Systems in Asia and the Pacific (Paperback)
Asian Development Bank
R724 Discovery Miles 7 240 Ships in 18 - 22 working days

This report explores digital solutions that can support the core business processes of public health insurance operators in Asia and the Pacific. Examples from low- and middle-income countries in the region and beyond are drawn to demonstrate how digital solutions have improved health insurance management and administration. To support decision-making on potential investments, the report identifies key success factors for integrating new technologies into public health insurance schemes.

Business Database Technology (2nd Edition) - Theories and Design Process of Relational Databases, SQL, Introduction to OLAP,... Business Database Technology (2nd Edition) - Theories and Design Process of Relational Databases, SQL, Introduction to OLAP, Overview of NoSQL Databases (Paperback, 2nd Updated and Revised ed.)
Shouhong Wang, Hai Wang
R972 Discovery Miles 9 720 Ships in 18 - 22 working days
Digital Technologies for Climate Action, Disaster Resilience, and Environmental Sustainability (Paperback): Asian Development... Digital Technologies for Climate Action, Disaster Resilience, and Environmental Sustainability (Paperback)
Asian Development Bank
R785 Discovery Miles 7 850 Ships in 18 - 22 working days

This publication aims to inform and influence the strategic deployment of digital technologies in developing Asia to help tackle climate change, build climate and disaster resilience, and enhance environmental sustainability. It provides an overview of the available technology types and their applications and assesses opportunities and barriers for their uptake. The publication provides insights on how digital technologies can be operationalized in the Asian Development Bank's developing member countries, including to support nationally determined contributions and green recovery efforts.

Access 2013 - The Basics (Paperback): Luther M. Maddy III Access 2013 - The Basics (Paperback)
Luther M. Maddy III
R368 Discovery Miles 3 680 Ships in 18 - 22 working days
Building the Data Lakehouse (Paperback): Bill Inmon Building the Data Lakehouse (Paperback)
Bill Inmon
R1,074 R902 Discovery Miles 9 020 Save R172 (16%) Ships in 18 - 22 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Mechatronic Components - Roadmap to…
Emin Faruk Kececi Paperback R2,819 Discovery Miles 28 190
Fractional-Order Control Systems…
Dingyu Xue Hardcover R3,992 Discovery Miles 39 920
Operational Research - IO2017, Valenca…
A. Ismael F. Vaz, Joao Paulo Almeida, … Hardcover R2,722 Discovery Miles 27 220
Advances in Spatial Data Handling and…
Francis Harvey, Yee Leung Hardcover R3,971 R3,441 Discovery Miles 34 410
Air Traffic Control Automated Systems
Bestugin A.R., Eshenko A.A., … Hardcover R3,133 Discovery Miles 31 330
Control Systems
William Bolton Paperback R994 Discovery Miles 9 940
Knowledge-Based Information Systems in…
Jeffrey W Tweedale, Lakhmi C. Jain, … Hardcover R4,615 R3,544 Discovery Miles 35 440
Foundation Models for Natural Language…
Gerhard Paaß, Sven Giesselbach Hardcover R884 Discovery Miles 8 840
Recommender Systems
G Kembellec Hardcover R3,770 Discovery Miles 37 700
Active Disturbance Rejection Control of…
Hebertt Sira-Ramirez, Alberto Luviano Juarez, … Paperback R2,853 Discovery Miles 28 530

 

Partners