Categories
- Pharmacy
-
Nursing
-
MBA
-
BBA
- U.P. State University
- Veer Bahadur Singh Purvanchal University, Jaunpur
- Chaudhary Charan Singh University, Meerut
- Dr. Bhimrao Ambedkar University, Agra
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Deen Dayal Upadhyaya Gorakhpur University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
-
BCA
- UP State Universities
- University of Pune
- I.K.Gujral Punjab Technical University (PTU)
- University of Rajasthan
- Rashtrasant Tukadoji Maharaj Nagpur University
- Uttar Pradesh NEP2020
- University of Rajasthan ,Jaipur (According to NEP-2020)
- BCCA (B. Com - Computer Science)
- Haryana
- West Bengal
- BBA (CA)
- PUNE BCA (Sci,Commerce)/B.Com (CA)
- Dr. A. P. J. Abdul Kalam Technical University, Lucknow ( AKTU )
- MCA
-
B Ed
- Lucknow University B.Ed Books
- Chaudhary Charan Singh University/Maa Shakambhari University, Saharanpur
- Dr Bhim Rao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapeeth, Varanasi
- Chhatrapati Shahu Ji Maharaj University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj (PRSU)
- Mahatma Jyotiba Phule Rohilkhand University(Mjpru), Bareilly
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Bundelkhand University, Jhansi
- B.A,B.ed
- B.Sc, B.ed
- Deen Dayal Upadhyaya Gorakhpur University
- Veer Bahadur Purvanchal University (VBPU)
- Maharaja Suhel Dev State University ,Azamgarh (MSDSU)
- Raja Mahendra Pratap Singh State University, Aligarh (RMPSSU)
- Barkatullah Vishwavidyalaya (Bhopal)
- Jiwaji University (Gwalior)
- Vikram University (Ujjain)
- Dr. Harisingh Gour University (Sagar)
- Devi Ahilya Vishwavidyalaya (Indore)
- Rani Durgavati Vishwavidyalaya (Jabalpur)
- Awadhesh Pratap Singh University (Rewa)
- Maharaja Chhatrasal Bundelkhand University (Chhatarpur)
- D. EL. ED
- TET
-
B Com
-
B Sc
- B.Sc. U.P. State Universities Common Syllabus NEP
- Veer Bahadur Singh Purvanchal University, Jaunpur
- University of Lucknow
- Chaudhary Charan Singh University, Meerut
- Madhya Pradesh
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Dr. Bhimrao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- DEEN DAYAL UPADHYAYA GORAKHPUR UNIVERSITY
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Uttarakhand State Universities
- B.Sc. Bihar Universities Common Syllabus NEP
- University of Rajasthan (Jaipur)
- Haryana
-
Bachelor of Arts [B.A.]
- B.A. Of U.P. State Universities Common Syllabus NEP
- Veer Bahadur Singh Purvanchal University, Jaunpur
- University of Lucknow
- Chaudhary Charan Singh University, Meerut
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Dr. Bhimrao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- Deen Dayal Upadhyaya Gorakhpur University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Madhya Pradesh
- Uttarakhand
- Bihar
- University of Rajasthan (Jaipur Syllabus as Per NEP2020)
- Haryana NEP-2020
- B Tech
- LLB
- SWA Education
Database Management Systems

ISBN- 978-93-83130-46-7
AUTHOR- Sarita Dhawale & Talule S.S.
₹100.00
Tax excluded
ISBN- 978-93-83130-46-7
AUTHOR- Sarita Dhawale & Talule S.S.
Syllabus
202: DATABASE MANAGEMENT SYSTEMS
Unit |
Contents |
Lectures |
1 |
File Structure and Organisation 1) Introduction 2) Logical and Physical Files i) File ii) File Structure iii) Logical and Physical Files Definitions 3) Basic File Operations i) Opening Files ii) Closing Files iii) Reading and Writing iv) Seeking 4) File Organisation i) Field and Record Structure in File ii) Record Types iii) Types of File Organisation a) Sequential b) Indexed c) Hashed 5) Indexing i) What is an Index? ii) When to use Indexes? iii) Types of Index a) Dense Index b) Sparse Index |
6 |
2 |
Database Management System 1) Introduction 2) Basic Concept and Definitions i) Data and Information ii) Data versus Information iii) Data Dictionary iv) Data Item or Field v) Record 3) Definition of DBMS 4) Applications of DBMS 5) File Processing System versus DBMS 6) Advantages and Disadvantages of DBMS 7) Users of DBMS i) Database Designers ii) Application Programmer iii) Sophisticated Users iv) End-users 8) Views of Data 9) Data Models i) Object-based Logical Model a) Object-oriented Data Model b) Entity Relationship Data Model ii) Record Base Logical Model a) Relational Model b) Network Model c) Hierarchical Model 10) Entity Relationship Diagram (ERD) 11) Extended Features of ERD 12) Overall System Structure |
14 |
3 |
Relational Model 1) Introduction 2) Terms i) Relation ii) Tuple iii) Attribute iv) Cordinality v) Degree of Relationship Set vi) Domain 3) Keys i) Super Key ii) Candidate Key iii) Primary Key iv) Foreign Key 4) Relational Algebra Operations i) Select ii) Project iii) Union iv) Difference v) Intersection vi) Cartesian Product vii) Natural Join |
8 |
4 |
SQL (Structured Query Language) 1) Introduction 2) History of SQL 3) Basic Structure 4) DDL Commands 5) DML Commands 6) Simple Queries 7) Nested Queries 8) Aggregate Functions |
12 |
5 |
Relational Database Design 1) Introduction 2) Anomalies of Unnormalised Database 3) Normalisation 4) Normal Form i) 1 NF ii) 2 NF iii) 3 NF iv) 4 BCNF |
5 |
Unit 1: File Structure and Organisation
Unit 2: Database Management System
Unit 3: Relational Model
Unit 4: Structured Query Language (SQL)
Unit 5: Relational Database Design
Solved Paper (2011)
Solved Paper (2012)
Solved Paper (2013)
Classification
UOP2017/BCA/2/02
97 Items
Data sheet
- Authors
- Hartmut Walravens
- Published Date
- 2010
- Publishers
- Simon Bibliothekswissen
- Page Count
- 232
- ISBN
- 9783940862211
New
5 other products in the same category:
Comments (0)
No customer reviews for the moment.
Your review appreciation cannot be sent
Report comment
Are you sure that you want to report this comment?
Report sent
Your report has been submitted and will be considered by a moderator.
Your report cannot be sent
Write your review
Review sent
Your comment has been submitted and will be available once approved by a moderator.
Your review cannot be sent
Viewed products
Customers who bought this product also bought:
Customer Relationship...
Price
₹140.00
AUTHORS : Dr. Shailesh Tandon , Dr. Shiddharath Shanker Rai
ISBN : 9789357551021
Web Technologies
Price
₹125.00
Prof. Sase Manjusha Ekanathrao & Deepali Nikhil Bhoskar
ISBN-9789351635727
Computer Networking
Price
₹100.00
ISBN- 978-93-5163-328-0
AUTHORS- Prof. Talule S.S, Prof. Vidya Bhegade
Android Programming
Price
₹200.00
ISBN- 978-93-5480-464-9
Authors - Prof. Putil Yogesh Vijay , Prof. Mayur Duattarya Mali , Prof. Vandana R. Bais
Quantitative Techniques -II
Price
₹200.00
AUTHORS : DR. Saroj Kumar , Mr. Dileep Singh
ISBN : 9789357550970
Data Structure
Price
₹210.00
ISBN- 978-93-90031-91-7
AUTHOR- Prof. Shinde Yogita Santosh
Prof. Khule Rahul Bhaskar
Logistics and Supply Chain...
Price
₹130.00
AUTHORS : Dr. Amit Kumar Singh ,Ms. Namrata Dubey
ISBN : 9789357551052