Products related to Database:
-
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 £ -
Database fundamentals
Price: 35.00 £ | Shipping*: 0.00 £ -
Database Reliability Engineering : Designing and Operating Resilient Database Systems
The infrastructure-as-code revolution in IT is also affecting database administration.With this practical book, developers, system administrators, and junior to mid-level DBAs will learn how the modern practice of site reliability engineering applies to the craft of database architecture and operations.Authors Laine Campbell and Charity Majors provide a framework for professionals looking to join the ranks of today’s database reliability engineers (DBRE).You’ll begin by exploring core operational concepts that DBREs need to master.Then you’ll examine a wide range of database persistence options, including how to implement key technologies to provide resilient, scalable, and performant data storage and retrieval.With a firm foundation in database reliability engineering, you’ll be ready to dive into the architecture and operations of any modern database.This book covers: Service-level requirements and risk management Building and evolving an architecture for operational visibility Infrastructure engineering and infrastructure management How to facilitate the release management process Data storage, indexing, and replication Identifying datastore characteristics and best use cases Datastore architectural components and data-driven architectures
Price: 39.99 £ | Shipping*: 0.00 £ -
Principles of Direct, Database and Digital Marketing
The growth of digital marketing is the most important yet unpredictable trend in marketing today.How can the online world be harnessed by the companies of today and tomorrow to grow their marketing impact?What role do information and databases have to play in this system? And why do some non-digital means of direct marketing still remain so powerful? Alan Tapp’s successful text has long been a leading authority on direct marketing, and for this fifth edition he is joined by Ian Whitten and Matthew Housden for the most up-to-date book yet.The authors all bring great expertise across direct, database and digital marketing to provide comprehensive, compelling coverage of the key theory and debates of the fields. The fifth edition includes comprehensive coverage of all recent developments in digital marketing, including analysis of the seemingly relentless rise of Facebook, Twitter and other forms of social media.It has a range of thoroughly updated case studies covering companies and organisations from sports teams to car manufacturers and non-profits and contains a new chapter on Data Protection legislation and its impact on marketers.
Price: 68.99 £ | Shipping*: 0.00 £
-
What are the advantages of a digital database compared to an analog database?
Digital databases offer several advantages over analog databases. Firstly, digital databases can store and process vast amounts of data more efficiently and quickly compared to analog databases. Secondly, digital databases are easier to update, search, and retrieve information from, making them more user-friendly. Lastly, digital databases can be easily backed up and replicated, providing a higher level of data security and reliability compared to analog databases.
-
How can one transition web development from a fake database to a real database using Vue?
To transition web development from a fake database to a real database using Vue, you can start by setting up a backend server that connects to your real database. This server can handle requests from your Vue application and interact with the database to retrieve or store data. You will need to update your Vue components to make API calls to the backend server instead of directly manipulating the fake database. By following this approach, you can seamlessly transition from using a fake database to a real database in your Vue application.
-
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 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.
Similar search terms for Database:
-
Database Management Systems
Database Management Systems provides comprehensive and up-to-date coverage of the fundamentals of database systems.Coherent explanations and practical examples have made this one of the leading texts in the field. The third edition continues in this tradition, enhancing it with more practical material. The new edition has been reorganized to allow more flexibility in the way the course is taught. Now, instructors can easily choose whether they would like to teach a course which emphasizes database application development or a course that emphasizes database systems issues. New overview chapters at the beginning of parts make it possible to skip other chapters in the part if you don't want the detail.More applications and examples have been added throughout the book, including SQL and Oracle examples. The applied flavor is further enhanced by the two new database applications chapters.
Price: 180.99 £ | Shipping*: 0.00 £ -
Spomenik Monument Database
The first ever spomenik guidebook, with over 75 examples alongside map references and information on why they exist and who built them. Spomenik’ the Serbo-Croat/Slovenian word for ‘monument’ – refers to a series of memorials built in Tito’s Republic of Yugoslavia from the 1960s-1990s, marking the horror of the occupation and the defeat of Axis forces during World War II.Hundreds were built across the country, from coastal resorts to remote mountains.Through these imaginative forms of concrete and steel, a classless, forward–looking, socialist society, free of ethnic tensions, was envisaged. Instead of looking to the ideologically aligned Soviet Union for artistic inspiration, Tito turned to the west and works of abstract expressionism and minimalism.As a result, Yugoslavia was able to develop its own distinct identity through these brutal monuments, which were used as political tools to articulate Tito’s personal vision of a new tomorrow.Today, following the breakup of the country and the subsequent Yugoslav Wars of the 1990s, some have been destroyed or abandoned.Many have suffered the consequences of ethnic tensions – once viewed as symbols of hope they are now the focus of resentment and anger. This book brings together the largest collection of spomeniks published to date. Each has been extensively photographed and researched by the author, to make this book the most comprehensive survey of this obscure and fascinating architectural phenomenon. A fold-out map on the reverse of the dust jacket shows the exact location of each spomenik using GPS coordinates.
Price: 24.95 £ | Shipping*: 3.99 £ -
Mysql Crash Course : A Hands-on Introduction to Database Development
This complete guide to all things MySQL will take readers from the absolute basics of creating a table to the complexities of managing an entire database.Learn to build efficient databases through interesting examples, exercises, and three hands-on projects creating databases for weather, voter, and salary data.The book leads readers through all of MySQL's intricacies, without the technical jargon.It's designed to help build confidence in creating simple databases and tables before learning more advanced concepts, including how to update and delete data, work with multiple tables, and avoid common mishaps.By the end of the book, readers will be database management pros, who know how to carry out comprehensive data projects with ease.
Price: 44.99 £ | Shipping*: 0.00 £ -
ISE Database System Concepts
Database System Concepts by Silberschatz, Korth and Sudarshan is now in its 7th edition and is one of the cornerstone texts of database education.It presents the fundamental concepts of database management in an intuitive manner geared toward allowing students to begin working with databases as quickly as possible. The text is designed for a first course in databases at the junior/senior undergraduate level or the first year graduate level.It also contains additional material that can be used as supplements or as introductory material for an advanced course. Because the authors present concepts as intuitive descriptions, a familiarity with basic data structures, computer organization, and a high-level programming language are the only prerequisites.Important theoretical results are covered, but formal proofs are omitted.In place of proofs, figures and examples are used to suggest why a result is true.
Price: 65.99 £ | Shipping*: 0.00 £
-
How can an SQL database be properly normalized for database experts?
Database experts can properly normalize an SQL database by following the principles of database normalization. This involves organizing the data into multiple related tables to reduce redundancy and improve data integrity. The process typically involves breaking down large tables into smaller, more manageable ones, and establishing relationships between them using foreign keys. By adhering to the normalization rules (such as eliminating repeating groups and ensuring each table serves a single purpose), database experts can create a well-structured and efficient database design. Regularly reviewing and adjusting the database schema based on changing requirements can also help maintain proper normalization.
-
What is database normalization?
Database normalization is the process of organizing data in a database in a way that reduces redundancy and dependency. It involves breaking down a database into smaller, more manageable tables and defining relationships between them. The goal of normalization is to minimize data redundancy, improve data integrity, and make the database more efficient. There are different levels of normalization, known as normal forms, with each level addressing specific issues related to data organization.
-
What are database applications?
Database applications are software programs that interact with a database to perform specific tasks or functions. These applications are designed to store, retrieve, and manipulate data within the database, allowing users to input, access, and manage information. Database applications can be used for a wide range of purposes, such as managing inventory, processing transactions, analyzing data, and generating reports. They are essential tools for businesses and organizations to efficiently organize and utilize their data.
-
What is database programming?
Database programming is the process of designing, creating, and managing databases to store and organize data. It involves writing code to interact with the database, such as querying data, updating records, and performing other operations. Database programming also includes defining the structure of the database, creating tables, establishing relationships between data, and ensuring data integrity and security. It is an essential aspect of software development and is used in a wide range of applications, from simple data storage to complex enterprise systems.
* 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.