Search preferences
Skip to main search results

Search filters

Product Type

  • All Product Types 
  • Books (7)
  • Magazines & Periodicals (No further results match this refinement)
  • Comics (No further results match this refinement)
  • Sheet Music (No further results match this refinement)
  • Art, Prints & Posters (No further results match this refinement)
  • Photographs (No further results match this refinement)
  • Maps (No further results match this refinement)
  • Manuscripts & Paper Collectibles (No further results match this refinement)

Condition Learn more

  • New (7)
  • As New, Fine or Near Fine (No further results match this refinement)
  • Very Good or Good (No further results match this refinement)
  • Fair or Poor (No further results match this refinement)
  • As Described (No further results match this refinement)

Collectible Attributes

Language (1)

Price

Custom price range (US$)

Seller Location

  • Archana Verma

    Published by Kalpaz Publications, 2018

    ISBN 10: 9353241332 ISBN 13: 9789353241339

    Language: English

    Seller: Books Puddle, New York, NY, U.S.A.

    Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

    Contact seller

    US$ 3.99 shipping within U.S.A.

    Destination, rates & speeds

    Quantity: 4 available

    Add to basket

    Condition: New. pp. 266.

  • Archana Verma

    Published by Kalpaz Publications, 2018

    ISBN 10: 9353241332 ISBN 13: 9789353241339

    Language: English

    Seller: Majestic Books, Hounslow, United Kingdom

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Contact seller

    US$ 8.74 shipping from United Kingdom to U.S.A.

    Destination, rates & speeds

    Quantity: 4 available

    Add to basket

    Condition: New. pp. 266.

  • Archana Verma

    Published by Kalpaz Publications, 2018

    ISBN 10: 9353241332 ISBN 13: 9789353241339

    Language: English

    Seller: Biblios, Frankfurt am main, HESSE, Germany

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Contact seller

    US$ 11.64 shipping from Germany to U.S.A.

    Destination, rates & speeds

    Quantity: 4 available

    Add to basket

    Condition: New. pp. 266.

  • Archana Verma

    Published by GenNext Publication, 2020

    ISBN 10: 9353241332 ISBN 13: 9789353241339

    Language: English

    Seller: Vedams eBooks (P) Ltd, New Delhi, India

    Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

    Contact seller

    US$ 20.47 shipping from India to U.S.A.

    Destination, rates & speeds

    Quantity: 5 available

    Add to basket

    Hardcover. Condition: New. Database Management Systems is a core subject which explains how data is managed for applications which are used in our day to day life such as Banking Systems, Railway Reservation Systems etc The book DATABASE MANAGEMENT SYSTEMS has been written for B.Tech 3rd year students of Dr. A.P.J. Abdul Kalam Technical University. The book has been written according to the syllabus of the subject Database Management Systems and concepts have been explained well through the help of examples and diagrams. The book contains Introduction, Entity-Relationship Model, Relational Algebra, SQL, Functional Dependencies and Normalization, Distributed Databases, Transaction Processing and Concurrency Control.

  • Seller image for Database Management System for sale by Gyan Books Pvt. Ltd.

    Archana Verma

    Published by GenNext Publication, 2020

    ISBN 10: 9353242339 ISBN 13: 9789353242336

    Language: English

    Seller: Gyan Books Pvt. Ltd., Delhi, India

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Contact seller

    Free shipping from India to U.S.A.

    Destination, rates & speeds

    Quantity: Over 20 available

    Add to basket

    Paperback. Condition: New. Language: English. ABOUT THE BOOK:- Database Management Systems is a core subject which explains how data is managed for applications which are used in our day to day life such as Banking Systems, Railway Reservation Systems etc. The book DATABASE MANAGEMENT SYSTEMS has been written for B.Tech 3rd year students of Dr. A.P.J. Abdul Kalam Technical University. The book has been written according to the syllabus of the subject Database Management Systems and concepts have been explained well through the help of examples and diagrams. The book contains Introduction, Entity-Relationship Model, Relational Algebra, SQL, Functional Dependencies and Normalization, Distributed Databases, Transaction Processing and Concurrency Control. ABOUT THE AUTHOR:- Archana Verma is an Associate Professor in the Department of CSE / IT / MCA in IEC Group of Institutions, Greater Noida, affiliated to Dr. A.P.J. Abdul Kalam Technical University, Lucknow. She has taught B.Tech, M.Tech and MCA students for last 16 years. She worked with TCS for 6 years prior to that. She obtained Master of Information Science Degree in June 1995 from University of New South Wales, Canberra, Australia. MCA from Maharishi Dayanand University, Rohtak in June 2004 and M.Tech (Computer Science Engineering) from Amity University, Noida in June 2013. She has written two books, ÒUnix and Shell ProgrammingÓ and ÒBioinformaticsÓ. She is a dedicated teacher and loves her profession. She likes to share her knowledge with students through writing books. CONTENTS:- Acknowledgement . 9 Synopsis . 11 1. Introduction . 13¥ An Overview of Database Management System ¥ Users in a Database System ¥ Database Systems vs File systems ¥ Categories of Data Models ¥ The 3 Schema Architecture ¥ Data Independence ¥ Data Base Languages and Interfaces ¥ DataBase Structure. 2. Entity Relationship Model . 29 ¥ Definitions ¥ Entity Types, Entity Sets and Value Sets ¥ Keys ¥ Relationships, Relationship Types, Relationship Instance, Relationship Sets, Relationship Degree ¥ Constraints on Relationship Types ¥ The ER Diagram ¥ Reducing the ER Diagram into Tables ¥ Weak Entity Type ¥ Ternary Relationships ¥ Subclasses and Superclasses ¥ Aggregation. 3. Relational Model and Relational Algebra . 63 ¥ Introduction ¥ Domains, Attributes, Tuples and Relations ¥ Relational Constraints and Relational database Schemas ¥ Relational Algebra Operations ¥ Operations Particularly Designed for the Relational Database ¥ The Division Operation ¥ Aggregate Functions ¥ The Tuple Relational Calculus ¥ The Domain Relational Calculus. 4. Structured Query Language (SQL) . 91¥ Structured Query Language Definition ¥ Basic Structure of SQL Queries ¥ Complex and Nested Queries ¥ Set Operations ¥ Aggregate Functions ¥ NULL Values ¥ Modification of the Database ¥ Join Expressions ¥ Views ¥ Accessing SQL from a Programming Language ¥ Functions and Procedures. 5. Functional Dependencies and Normalization . 123¥ Introduction ¥ Updation Anomalies ¥ Functional Dependencies ¥ NORMAL FORMS ¥ Multivalued Dependencies and Fourth Normal Form ¥ Join Dependency and Fifth Normal Form ¥ Lossless Join Decomposition ¥ Dependency Preservation Property of a Decomposition ¥ Inclusion Dependencies. 6. Transaction Processing . 165 ¥ Introduction ¥ Transaction Concept ¥ Transaction States ¥ Problems that Occur during Concurrency ¥ Schedules and Recoverability ¥ Schedules and Serializability ¥ Conflict Serializability ¥ Testing for Conflict Serializability ¥ View Serializability ¥ Transaction Support in SQL ¥ Recovery Techniques ¥ Caching ¥ Database Backup. 7. Distributed Databases . 197 ¥ Distributed Data Storage ¥ Concurrency Control ¥ Directory System. 8. Concurrency Control . 205¥ Concurrency Control ¥ Guaranteeing Serializability with the help of Locks ¥ The Two-Phase Locking Protocol ¥ Strict Two-Phase Locking Protocol ¥ Rigorous Two-Phase Locking Protocol ¥ Deadlock Free Protocols ¥ Graph Based Protocol ¥ Timestamp Based Protocol ¥ Validation Based Pro.

  • Archana Verma

    Published by GenNext Publication, 2020

    ISBN 10: 9353242339 ISBN 13: 9789353242336

    Language: English

    Seller: Vedams eBooks (P) Ltd, New Delhi, India

    Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

    Contact seller

    US$ 20.47 shipping from India to U.S.A.

    Destination, rates & speeds

    Quantity: 5 available

    Add to basket

    Soft cover. Condition: New. Database Management Systems is a core subject which explains how data is managed for applications which are used in our day to day life such as Banking Systems, Railway Reservation Systems etc. The book DATABASE MANAGEMENT SYSTEMS has been written for B.Tech 3rd year students of Dr. A.P.J. Abdul Kalam Technical University. The book has been written according to the syllabus of the subject Database Management Systems and concepts have been explained well through the help of examples and diagrams. The book contains Introduction, Entity-Relationship Model, Relational Algebra, SQL, Functional Dependencies and Normalization, Distributed Databases, Transaction Processing and Concurrency Control. ABOUT THE AUTHOR:- Archana Verma is an Associate Professor in the Department of CSE / IT / MCA in IEC Group of Institutions, Greater Noida, affiliated to Dr. A.P.J. Abdul Kalam Technical University, Lucknow. She has taught B.Tech, M.Tech and MCA students for last 16 years. She worked with TCS for 6 years prior to that. She obtained Master of Information Science Degree in June 1995 from University of New South Wales, Canberra, Australia. MCA from Maharishi Dayanand University, Rohtak in June 2004 and M.Tech ( Computer Science Engineering) from Amity University, Noida in June 2013. She has written two books, "Unix and Shell Programming" and "Bioinformatics". She is a dedicated teacher and loves her profession. She likes to share her knowledge with students through writing books. CONTENTS:- Acknowledgement . 9 Synopsis . 11 1. Introduction . 13 An Overview of Database Management System Users in a Database System Database Systems vs File systems Categories of Data Models The 3 Schema Architecture Data Independence Data Base Languages and Interfaces DataBase Structure. 2. Entity Relationship Model . 29 Definitions Entity Types, Entity Sets and Value Sets Keys Relationships, Relationship Types, Relationship Instance, Relationship Sets, Relationshi.

  • Seller image for Database Management System [Hardcover] for sale by Gyan Books Pvt. Ltd.

    Archana Verma

    Published by GenNext Publication, 2018

    ISBN 10: 9353241332 ISBN 13: 9789353241339

    Language: English

    Seller: Gyan Books Pvt. Ltd., Delhi, India

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Contact seller

    Free shipping from India to U.S.A.

    Destination, rates & speeds

    Quantity: Over 20 available

    Add to basket

    Hardcover. Condition: New. Language: English. ABOUT THE BOOK: Database Management Systems is a core subject which explains how data is managed for applications which are used in our day to day life such as Banking Systems, Railway Reservation Systems etc. The book DATABASE MANAGEMENT SYSTEMS has been written for B.Tech 3rd year students of Dr. A.P.J. Abdul Kalam Technical University. The book has been written according to the syllabus of the subject Database Management Systems and concepts have been explained well through the help of examples and diagrams. The book contains Introduction, EntityRelationship Model, Relational Algebra, SQL, Functional Dependencies and Normalization, Distributed Databases, Transaction Processing and Concurrency Control. ABOUT THE AUTHOR: Archana Verma is an Associate Professor in the Department of CSE / IT / MCA in IEC Group of Institutions, Greater Noida, affiliated to Dr. A.P.J. Abdul Kalam Technical University, Lucknow. She has taught B.Tech, M.Tech and MCA students for last 16 years. She worked with TCS for 6 years prior to that. She obtained Master of Information Science Degree in June 1995 from University of New South Wales, Canberra, Australia. MCA from Maharishi Dayanand University, Rohtak in June 2004 and M.Tech (Computer Science Engineering) from Amity University, Noida in June 2013. She has written two books, ÒUnix and Shell ProgrammingÓ and ÒBioinformaticsÓ. She is a dedicated teacher and loves her profession. She likes to share her knowledge with students through writing books. CONTENTS: Acknowledgement . 9 Synopsis . 11 1. Introduction . 13¥ An Overview of Database Management System ¥ Users in a Database System ¥ Database Systems vs File systems ¥ Categories of Data Models ¥ The 3 Schema Architecture ¥ Data Independence ¥ Data Base Languages and Interfaces ¥ DataBase Structure. 2. Entity Relationship Model . 29 ¥ Definitions ¥ Entity Types, Entity Sets and Value Sets ¥ Keys ¥ Relationships, Relationship Types, Relationship Instance, Relationship Sets, Relationship Degree ¥ Constraints on Relationship Types ¥ The ER Diagram ¥ Reducing the ER Diagram into Tables ¥ Weak Entity Type ¥ Ternary Relationships ¥ Subclasses and Superclasses ¥ Aggregation. 3. Relational Model and Relational Algebra . 63 ¥ Introduction ¥ Domains, Attributes, Tuples and Relations ¥ Relational Constraints and Relational database Schemas ¥ Relational Algebra Operations ¥ Operations Particularly Designed for the Relational Database ¥ The Division Operation ¥ Aggregate Functions ¥ The Tuple Relational Calculus ¥ The Domain Relational Calculus. 4. Structured Query Language (SQL) . 91¥ Structured Query Language Definition ¥ Basic Structure of SQL Queries ¥ Complex and Nested Queries ¥ Set Operations ¥ Aggregate Functions ¥ NULL Values ¥ Modification of the Database ¥ Join Expressions ¥ Views ¥ Accessing SQL from a Programming Language ¥ Functions and Procedures. 5. Functional Dependencies and Normalization . 123¥ Introduction ¥ Updation Anomalies ¥ Functional Dependencies ¥ NORMAL FORMS ¥ Multivalued Dependencies and Fourth Normal Form ¥ Join Dependency and Fifth Normal Form ¥ Lossless Join Decomposition ¥ Dependency Preservation Property of a Decomposition ¥ Inclusion Dependencies. 6. Transaction Processing . 165 ¥ Introduction ¥ Transaction Concept ¥ Transaction States ¥ Problems that Occur during Concurrency ¥ Schedules and Recoverability ¥ Schedules and Serializability ¥ Conflict Serializability ¥ Testing for Conflict Serializability ¥ View Serializability ¥ Transaction Support in SQL ¥ Recovery Techniques ¥ Caching ¥ Database Backup. 7. Distributed Databases . 197 ¥ Distributed Data Storage ¥ Concurrency Control ¥ Directory System. 8. Concurrency Control . 205¥ Concurrency Control ¥ Guaranteeing Serializability with the help of Locks ¥ The TwoPhase Locking Protocol ¥ Strict TwoPhase Locking Protocol ¥ Rigorous TwoPhase Locking Protocol ¥ Deadlock Free Protocols ¥ Graph Based Protocol ¥ Timestamp Based Protocol ¥ Validation Based Protocol ¥.