Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Introducing MySQL Shell, Charles Bell


Варианты приобретения
Цена: 6288.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Charles Bell
Название:  Introducing MySQL Shell
ISBN: 9781484250822
Издательство: Springer
Классификация:


ISBN-10: 1484250826
Обложка/Формат: Soft cover
Страницы: 502
Вес: 0.99 кг.
Дата издания: 2019
Язык: English
Издание: 1st ed.
Иллюстрации: 73 illustrations, color; 5 illustrations, black and white; xiii, 464 p. 78 illus., 73 illus. in color.
Размер: 254 x 178 x 27
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: Administration Made Easy with Python
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:
Use MySQL Shell, the first modern and advanced client for connecting to and interacting with MySQL. It supports SQL, Python, and JavaScript. That’s right! You can write Python scripts and execute them within the shell interactively, or in batch mode. The level of automation available from Python combined with batch mode is especially helpful to those practicing DevOps methods in their database environments.
Introducing MySQL Shell covers everything you need to know about MySQL Shell. You will learn how to use the shell for SQL, as well as the new application programming interfaces for working with a document store and even automating your management of MySQL servers using Python. The book includes a look at the supporting technologies and concepts such as JSON, schema-less documents, NoSQL, MySQL Replication, Group Replication, InnoDB Cluster, and more.
MySQL Shell is the client that developers and database administrators have been waiting for. Far more powerful than the legacy client, MySQL Shell enables levels of automation that are useful not only for MySQL, but in the broader context of your career as well. Automate your work and build skills in one of the most in-demand languages. With MySQL Shell, you can do both!
What Youll Learn
Use MySQL Shell with the newest features in MySQL 8Discover what a Document Store is and how to manage it with MySQL ShellConfigure Group Replication and InnoDB Cluster from MySQL ShellUnderstand the new MySQL Python application programming interfacesWrite Python scripts for managing your data and the MySQL high availability features
Who This Book Is For
Developers and database professionals who want to automate their work and remain on the cutting edge of what MySQL has to offer. Anyone not happy with the limited automation capabilities of the legacy command-line client will find much to like in this book on the MySQL Shell that supports powerful automation through the Python scripting language.

Дополнительное описание:
1. Introducing the MySQL Shell.- 2. Installing the MySQL Shell.- 3. MySQL Shell Tutorial.- 4. Using the Shell with SQL Databases.- 5. Example: SQL Database Development.- 6. Using the Shell with a Document Store.- 7. Example: Document Store Developmen



Learning PHP, MySQL & JavaScript: With Jquery, CSS & Html5

Автор: Nixon Robin
Название: Learning PHP, MySQL & JavaScript: With Jquery, CSS & Html5
ISBN: 1491978910 ISBN-13(EAN): 9781491978917
Издательство: Wiley
Рейтинг:
Цена: 6334.00 р.
Наличие на складе: Поставка под заказ.

Описание: ith this popular hands-on guide, you`ll tackle dynamic web programming with the help of today`s core technologies: PHP, MySQL, JavaScript, CSS, HTML5, and jQuery libraries of ready-made functions to significantly enhance your projects.

Introducing the MySQL 8 Document Store

Автор: Charles Bell
Название: Introducing the MySQL 8 Document Store
ISBN: 1484227247 ISBN-13(EAN): 9781484227244
Издательство: Springer
Рейтинг:
Цена: 5309.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Tagline: Building Schema-less Database Solutions

MySQL Workbench Data Modeling and Development

Автор: McLaughlin Michael
Название: MySQL Workbench Data Modeling and Development
ISBN: 0071791884 ISBN-13(EAN): 9780071791885
Издательство: McGraw-Hill
Рейтинг:
Цена: 8578.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The only Oracle Press guide to MySQL Workbench explains how to design and model MySQL databases.

MariaDB and MySQL Common Table Expressions and Window Functions Revealed

Автор: Daniel Bartholomew
Название: MariaDB and MySQL Common Table Expressions and Window Functions Revealed
ISBN: 1484231198 ISBN-13(EAN): 9781484231197
Издательство: Springer
Рейтинг:
Цена: 3213.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Walk away from old-fashioned and cumbersome query approaches and answer your business intelligence questions through simple and powerful queries built on common table expressions (CTEs) and window functions. These new features in MariaDB and MySQL help you to write queries without having to wade through a quagmire of brittle self-joins and other crazy techniques from the past. Your queries will generate correct results, be more readable and less brittle in the face of unexpected data, and you'll be able to adapt them quickly in the face of changing business requirements.
MariaDB and MySQL Common Table Expressions and Window Functions Revealed introduces and explains CTEs and window functions, newly available in MariaDB 10.2 and MySQL 8.0, and helps you understand why and how every MariaDB and MySQL database programmer should learn and apply these features in their daily work. CTEs and especially window functions enable easy solutions to many query challenges that in prior releases have been difficult and sometimes impossible to surmount. Mastering these features opens the door to query solutions that are more robust, execute faster, and are easier to maintain over time than prior solutions using older techniques. The book:

  • Takes you step-by-step through the workings of common table expressions and window functions
  • Provides easy-to-follow examples of the new syntax
  • Helps you answer business questions faster and easier than ever
What You'll Learn
  • Answer business questions using simple queries that don't break in the face of unexpected data
  • Avoid writing queries that are a difficult-to-maintain quagmire of self-joins and nested subqueries
  • Recognize situations that call for window functions, and learn when to use these features
  • Reduce the need for performance-robbing self-joins
  • Simplify and speed the execution of analytical queries
  • Create queries that finish in seconds instead of hours
Who This Book Is For
Database administrators and application developers who want to quickly get up to speed on important features in MariaDB and MySQL for writing business intelligence queries. Any developer writing SQL against MariaDB and MySQL databases will benefit tremendously from the knowledge and techniques this book provides.
MySQL Admin Cookbook Lite: Configuration, Server Monitoring, Managing Users

Автор: Schneller Daniel, Schwedt Udo
Название: MySQL Admin Cookbook Lite: Configuration, Server Monitoring, Managing Users
ISBN: 184951612X ISBN-13(EAN): 9781849516129
Издательство: Неизвестно
Рейтинг:
Цена: 4584.00 р.
Наличие на складе: Нет в наличии.

Beginning PHP and MySQL

Автор: W Jason Gilmore; Frank Kromann
Название: Beginning PHP and MySQL
ISBN: 1430260432 ISBN-13(EAN): 9781430260431
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Get started with PHP and MySQL programming: no experience necessary. This fifth edition of a classic best-seller includes detailed instructions for configuring the ultimate PHP 7 and MySQL development environment on all major platforms, complete coverage of the latest additions and improvements to the PHP language, and thorough introductions to MySQL's most relied-upon features.

You'll not only receive extensive introductions to the core features of PHP, MySQL, and related tools, but you'll also learn how to effectively integrate them in order to build robust data-driven applications. Author Frank M. Kromann draws upon more than 20 years of experience working with these technologies to pack this book with practical examples and insight into the real-world challenges faced by developers. Accordingly, you will repeatedly return to this book as both a valuable instructional tool and reference guide.

What You Will Learn

  • Install PHP, MySQL, and several popular web servers
  • Get started with PHP, including using its string-handling, networking, forms-processing, and object-oriented features
  • Gain skills in MySQL's fundamental features, including supported data types, database management syntax, triggers, views, stored routine syntax, and import/export capabilities
  • Work with hundreds of examples demonstrating countless facets of PHP and MySQL integration
Who This Book Is For

Anyone who wants to get started using PHP to write dynamic web applications.
Web Programming with PHP and MySQL

Автор: Bramer Max
Название: Web Programming with PHP and MySQL
ISBN: 3319226584 ISBN-13(EAN): 9783319226583
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Introductory textbook covering all the main features of the `web programming` languages PHP and MySQL together with detailed examples that will enable readers (whether students on a taught course or independent learners) to use them to create their own applications or understand existing ones.

High Performance MySQL

Автор: Schwartz Baron
Название: High Performance MySQL
ISBN: 1449314287 ISBN-13(EAN): 9781449314286
Издательство: Wiley
Рейтинг:
Цена: 8235.00 р.
Наличие на складе: Поставка под заказ.

Описание: High Performance MySQL teaches you advanced techniques in depth so you can bring out MySQL`s full power. Learn how to design schemas, indexes, queries, and advanced MySQL features for maximum performance, and get detailed guidance for tuning your MySQL server, operating system, and hardware to their fullest potential.

Mastering Phpmyadmin 3.4 for Effective MySQL Management

Автор: Delisle Marc
Название: Mastering Phpmyadmin 3.4 for Effective MySQL Management
ISBN: 1849517789 ISBN-13(EAN): 9781849517782
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Learning the MySQL Database

Автор: Dyer Russell J. T.
Название: Learning the MySQL Database
ISBN: 1449362907 ISBN-13(EAN): 9781449362904
Издательство: Wiley
Рейтинг:
Цена: 6334.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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.

Mysql for the internet of things

Автор: Bell, Charles
Название: Mysql for the internet of things
ISBN: 1484212940 ISBN-13(EAN): 9781484212943
Издательство: Springer
Рейтинг:
Цена: 3207.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия