Products related to Database:
-
Modern Database Management, Global Edition
For courses in database management. A comprehensive text on the latest in database development Focusing on what leading database practitioners say are the most important aspects to database development, Modern Database Management presents sound pedagogy and topics that are critical for the practical success of database professionals.The 13th Edition updates and expands materials in areas undergoing rapid change as a result of improved managerial practices, database design tools and methodologies, and database technology - such as application security, multi-user solutions, and more - to reflect major trends in the field and the skills required of modern information systems graduates.
Price: 72.99 £ | Shipping*: 0.00 £ -
Fundamentals of Database Systems, Global Edition
For database systems courses in Computer Science This book introduces the fundamental concepts necessary for designing, using, and implementing database systems and database applications.Our presentation stresses the fundamentals of database modeling and design, the languages and models provided by the database management systems, and database system implementation techniques. The book is meant to be used as a textbook for a one- or two-semester course in database systems at the junior, senior, or graduate level, and as a reference book.The goal is to provide an in-depth and up-to-date presentation of the most important aspects of database systems and applications, and related technologies.It is assumed that readers are familiar with elementary programming and data-structuring concepts and that they have had some exposure to the basics of computer organisation.
Price: 67.31 £ | Shipping*: 0.00 £ -
Common Data Service Database Capacity (NCE)
Common Data Service Database Capacity (NCE) (CFQ7TTC0LHRL:0002)
Price: 320.44 £ | Shipping*: 0.00 £ -
Beginning Database Design Solutions : Understanding and Implementing Database Design Concepts for the Cloud and Beyond
A concise introduction to database design concepts, methods, and techniques in and out of the cloud In the newly revised second edition of Beginning Database Design Solutions: Understanding and Implementing Database Design Concepts for the Cloud and Beyond, Second Edition, award-winning programming instructor and mathematician Rod Stephens delivers an easy-to-understand guide to designing and implementing databases both in and out of the cloud.Without assuming any prior database design knowledge, the author walks you through the steps you’ll need to take to understand, analyze, design, and build databases. In the book, you’ll find clear coverage of foundational database concepts along with hands-on examples that help you practice important techniques so you can apply them to your own database designs, as well as: Downloadable source code that illustrates the concepts discussed in the bookBest practices for reliable, platform-agnostic database designStrategies for digital transformation driven by universally accessible database design An essential resource for database administrators, data management specialists, and database developers seeking expertise in relational, NoSQL, and hybrid database design both in and out of the cloud, Beginning Database Design Solutions is a hands-on guide ideal for students and practicing professionals alike.
Price: 42.50 £ | Shipping*: 0.00 £ -
The Database Hacker's Handbook : Defending Database Servers
Databases are the nerve center of our economy. Every piece of your personal information is stored there-medical records, bank accounts, employment history, pensions, car registrations, even your children's grades and what groceries you buy.Database attacks are potentially crippling-and relentless. In this essential follow-up to The Shellcoder's Handbook, four of the world's top security experts teach you to break into and defend the seven most popular database servers.You'll learn how to identify vulnerabilities, how attacks are carried out, and how to stop the carnage.The bad guys already know all this. You need to know it too. * Identify and plug the new holes in Oracle and Microsoft(r) SQL Server * Learn the best defenses for IBM's DB2(r), PostgreSQL, Sybase ASE, and MySQL(r) servers * Discover how buffer overflow exploitation, privilege escalation through SQL, stored procedure or trigger abuse, and SQL injection enable hacker access * Recognize vulnerabilities peculiar to each database * Find out what the attackers already know Go to www.wiley.com/go/dbhackershandbook for code samples, security alerts , and programs available for download.
Price: 31.99 £ | Shipping*: 0.00 £ -
MySQL Cookbook : Solutions for Database Developers and Administrators
For MySQL, the price of popularity comes with a flood of questions from users on how to solve specific data-related issues.That's where this cookbook comes in. When you need quick solutions or techniques, this handy resource provides scores of short, focused pieces of code, hundreds of worked-out examples, and clear, concise explanations for programmers who don't have the time (or expertise) to resolve MySQL problems from scratch. In this updated fourth edition, authors Sveta Smirnova and Alkin Tezuysal provide more than 200 recipes that cover powerful features in both MySQL 5.7 and 8.0.Beginners as well as professional database and web developers will dive into topics such as MySQL Shell, MySQL replication, and working with JSON. You'll learn how to:Connect to a server, issue queries, and retrieve resultsRetrieve data from the MySQL ServerStore, retrieve, and manipulate stringsWork with dates and timesSort query results and generate summariesAssess the characteristics of a datasetWrite stored functions and proceduresUse stored routines, triggers, and scheduled eventsPerform basic MySQL administration tasksUnderstand MySQL monitoring fundamentals
Price: 71.99 £ | Shipping*: 0.00 £ -
Database and Application Security : A Practitioner's Guide
An all-encompassing guide to securing your database and applications against costly cyberattacks! In a time when the average cyberattack costs a company $9.48 million, organizations are desperate for qualified database administrators and software professionals.Hackers are more innovative than ever before. Increased cybercrime means front-end applications and back-end databases must be finetuned for a strong security posture.Database and Application Security: A Practitioner's Guide is the resource you need to better fight cybercrime and become more marketable in an IT environment that is short on skilled cybersecurity professionals. In this extensive and accessible guide, Dr. R. Sarma Danturthi provides a solutions-based approach to help you master the tools, processes, and methodologies to establish security inside application and database environments.It discusses the STIG requirements for third-party applications and how to make sure these applications comply to an organization’s security posture.From securing hosts and creating firewall rules to complying with increasingly tight regulatory requirements, this book will be your go-to resource to creating an ironclad cybersecurity database. In this guide, you'll find: Tangible ways to protect your company from data breaches, financial loss, and reputational harmEngaging practice questions (and answers) after each chapter to solidify your understandingKey information to prepare for certifications such as Sec+, CISSP, and ITILSample scripts for both Oracle and SQL Server software and tips to secure your codeAdvantages of DB back-end scripting over front-end hard coding to access DBProcesses to create security policies, practice continuous monitoring, and maintain proactive security postures Register your book for convenient access to downloads, updates, and/or corrections as they become available.See inside book for details.
Price: 37.99 £ | Shipping*: 0.00 £ -
Database fundamentals
Price: 35.00 £ | Shipping*: 0.00 £
Similar search terms for Database:
-
How are data queried using database language?
Data is queried using database language by writing specific commands known as queries. These queries are written in a structured query language (SQL) that allows users to retrieve, manipulate, and manage data stored in a database. By using SQL commands such as SELECT, INSERT, UPDATE, and DELETE, users can specify the criteria for retrieving data from the database tables. The queries are executed by the database management system, which processes the commands and returns the requested data based on the specified criteria.
-
Is there no connection to the database?
If there is no connection to the database, it could be due to various reasons such as incorrect database credentials, network issues, or the database server being down. It is important to check the database connection settings, ensure the database server is running, and troubleshoot any network problems to establish a connection. Additionally, checking error logs or using diagnostic tools can help identify the specific issue causing the lack of connection to the database.
-
Can you explain the terms database system, database, and database management system to me?
A database is a collection of organized data that can be easily accessed, managed, and updated. A database system is the software that manages and organizes the data within a database, allowing users to interact with the data in a structured manner. A database management system (DBMS) is the software that provides an interface for users to interact with the database system, allowing them to perform tasks such as querying, updating, and managing the data. In summary, a database is the collection of data, a database system is the software that manages the data, and a database management system is the software that allows users to interact with the data.
-
How can one create a database for customer data?
To create a database for customer data, one can start by identifying the necessary information to be stored, such as customer names, contact details, purchase history, and preferences. Next, choose a database management system (DBMS) like MySQL, Oracle, or Microsoft SQL Server. Then, design the database schema by creating tables for each type of data and establishing relationships between them. Finally, populate the database with the customer data and regularly update and maintain it to ensure accuracy and consistency.
-
How do I insert data into a SQL database?
To insert data into a SQL database, you can use the SQL INSERT INTO statement. The basic syntax is: INSERT INTO table_name (column1, column2, column3, ...) VALUES (value1, value2, value3, ...); You need to specify the table name and the columns you want to insert data into, followed by the values you want to insert into those columns. Make sure the data types of the values match the data types of the columns in the table. Finally, execute the SQL query to insert the data into the database.
-
How can data be output from a PHP database?
Data can be output from a PHP database by using PHP's database functions to connect to the database, retrieve the desired data using SQL queries, and then display the data on a web page using HTML and PHP. This can be done by fetching the data from the database using functions like mysqli_fetch_assoc() or mysqli_fetch_array(), and then using PHP to format and display the data on the web page. Additionally, PHP can be used to iterate through the retrieved data and display it in a tabular format or any other desired layout.
-
How does a Database Management System differ from database design and the use of a database?
A Database Management System (DBMS) is a software that provides an interface for users and applications to interact with the database. It manages the storage, retrieval, and organization of data in the database. On the other hand, database design involves the process of creating a blueprint for the structure and organization of the database, including defining tables, relationships, and constraints. The use of a database refers to the actual utilization of the database to store, retrieve, and manipulate data. In summary, the DBMS is the software that facilitates the management of the database, while database design is the process of creating the database structure, and the use of a database involves interacting with the database to store and retrieve data.
-
From when is a MySQL database connection automatically closed?
A MySQL database connection is automatically closed when the script or program that opened the connection finishes executing or when the connection is explicitly closed using the `close()` method in the programming language being used. It is important to properly close database connections to free up resources and prevent potential issues with the database server. Additionally, some programming languages and frameworks may have built-in mechanisms to automatically close database connections after a certain period of inactivity.
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.