Master the art of relational databases with this comprehensive course, designed to equip you with essential skills for database modeling, design, and implementation. You’ll start with core concepts like Entity-Relationship (ER) modeling, progressing through relational algebra and foundational SQL commands for creating, manipulating, and querying databases.

Relational Databases

Relational Databases

Instructor: BITS Pilani Instructors Group
Access provided by Indonesia Cyber Education Institute
Recommended experience
Recommended experience
Intermediate level
Familiarity with basic programming knowledge, familiarity with data structures and foundational mathematics
Recommended experience
Recommended experience
Intermediate level
Familiarity with basic programming knowledge, familiarity with data structures and foundational mathematics
What you'll learn
Design comprehensive database schemas using ER modeling and normalization, transform conceptual models into efficient relational structures.
Execute complex SQL operations for data manipulation and querying, master DDL and DML statements to manage database content effectively.
Implement transaction processing and concurrency control mechanisms, apply indexing and optimization techniques for high-performance systems.
Skills you'll gain
- Data Integrity
- Database Design
- SQL
- Problem Solving
- Transaction Processing
- Information Technology
- Data Management
- Performance Tuning
- Data Analysis
- Logical Reasoning
- Databases
- Information Architecture
- Database Architecture and Administration
- Database Management
- Data Storage
- System Design and Implementation
- Data Modeling
Tools you'll learn
Details to know

Add to your LinkedIn profile
November 2025
See how employees at top companies are mastering in-demand skills

There are 10 modules in this course
All Information Systems operate on data. Most of the systems depend on Database Management Systems, commonly referred as DBMS, to store the data and enable updates and retrievals. Modern DBMS have rich functionality to maintain and protect data during concurrent access from users. We look at expectations from DBMS to meet the needs of organizations. We will finally look at varieties of DBMS that are available.
What's included
13 videos10 readings5 assignments
13 videos• Total 63 minutes
- Meet your Instructor - Prof. T. V. Rao• 1 minute
- Meet your Instructor - Prof. Preeti N. G• 1 minute
- Meet your Instructor - Prof. R. Gururaj• 1 minute
- Course Introduction• 5 minutes
- Data for Information Systems • 5 minutes
- Example of a Database• 5 minutes
- Why Take a Database Approach?• 6 minutes
- Different Types of Users and Their Needs• 8 minutes
- Organisational Concerns with Data - 1• 6 minutes
- Organisational Concerns with Data - 2• 6 minutes
- History of Databases • 6 minutes
- Relational Databases• 5 minutes
- NoSQL Databases • 7 minutes
10 readings• Total 100 minutes
- Course Overview• 10 minutes
- Recommended Reading: Data for Information Systems• 10 minutes
- Recommended Reading: Example of a Database• 10 minutes
- Recommended Reading: Why Take a Database Approach?• 10 minutes
- Recommended Reading: Different Types of Users and Their Needs• 10 minutes
- Recommended Reading: Organisational Concerns with Data - 1• 10 minutes
- Recommended Reading: Organisational Concerns with Data - 2• 10 minutes
- Recommended Reading: History of Databases • 10 minutes
- Recommended Reading: Relational Databases• 10 minutes
- Recommended Reading: NoSQL Databases • 10 minutes
5 assignments• Total 105 minutes
- Test Yourself: Introduction to Database Management Systems• 30 minutes
- Why are Databases Needed?• 15 minutes
- Capabilities Expected of a Database• 15 minutes
- Varieties of Databases• 15 minutes
- Let's Practice: Introduction to Database Management Systems• 30 minutes
In this module, we discuss the basic concepts of conceptual database design. We understand anomalies in database operations. You will be introduced to the Entity–Relationship (ER) model, which is a popular high-level conceptual data model. We will discuss the diagrammatic notations used with the ER model, the ER model's constraints, and their use in the design of conceptual schemas for database applications. We also understand the basics of the Enhanced Entity–Relationship (EER) Model.
What's included
13 videos13 readings6 assignments
13 videos• Total 99 minutes
- Simplified Overview of the Database Design Process• 9 minutes
- Understanding a Sample Database Application• 6 minutes
- Entities and Attributes , Entity Types and Entity Sets • 12 minutes
- Key Attributes of an Entity Type, Value Sets (Domains) of Attributes• 8 minutes
- Initial Conceptual Design of the COMPANY Database• 4 minutes
- Relationship Types, Relationship Degree, Role Names, and Recursive Relationships• 11 minutes
- Constraints on Binary Relationship Types• 8 minutes
- Attributes of Relationship Types• 6 minutes
- Weak Entity Types• 5 minutes
- Refining the ER Design for the COMPANY Database• 6 minutes
- Basic Concepts of Enhanced Entity–Relationship (EER) Model • 4 minutes
- Subclasses, Superclasses, Specialisation, and Generalisation• 13 minutes
- Constraints on Specialisation and Generalisation• 8 minutes
13 readings• Total 130 minutes
- Recommended Reading: Simplified Overview of the Database Design Process• 10 minutes
- Recommended Reading: Understanding a Sample Database Application• 10 minutes
- Recommended Reading: Entities and Attributes, Entity Types and Entity Sets • 10 minutes
- Recommended Reading: Key Attributes of an Entity Type, Value Sets (Domains) of Attributes• 10 minutes
- Recommended Reading: Initial Conceptual Design of the COMPANY Database• 10 minutes
- Recommended Reading: Relationship Types, Relationship Degree, Role Names, and Recursive Relationships• 10 minutes
- Recommended Reading: Constraints on Binary Relationship Types• 10 minutes
- Recommended Reading: Attributes of Relationship Types• 10 minutes
- Recommended Reading: Weak Entity Types• 10 minutes
- Recommended Reading: Refining the ER Design for the COMPANY Database• 10 minutes
- Recommended Reading: Basic Concepts of Enhanced Entity–Relationship (EER) Model • 10 minutes
- Recommended Reading: Subclasses, Superclasses, Specialisation, and Generalisation• 10 minutes
- Recommended Reading: Constraints on Specialisation and Generalisation• 10 minutes
6 assignments• Total 153 minutes
- Test Yourself: Data Modeling• 30 minutes
- Overview of the Database Design Process and a Sample Database Application• 27 minutes
- Understanding Entity Types, Entity Sets, Attributes, and Keys• 21 minutes
- Relationship Types, Roles, and Structural Constraints and Weak Entity Type• 27 minutes
- The Enhanced Entity–Relationship (EER) Model• 18 minutes
- Let's Practice: Data Modeling• 30 minutes
In this module, we discuss the basic concepts of Relational Model. We understand the Relational Model Terminologies. We discuss the characteristics of Relations and the Relational constraints. We also learn and understand the update Operations and the ways to deal with Constraint Violations. We learn the steps and process of mapping ER Constructs to relations.
What's included
17 videos17 readings7 assignments
17 videos• Total 97 minutes
- Relational Model Concepts and Terminology• 5 minutes
- Domains, Attributes, Tuples, and Relations• 5 minutes
- Understanding Relation Schema and Relation State with Examples• 7 minutes
- Characteristics of a Relation• 4 minutes
- Relational Model Notation• 5 minutes
- Constraints on Databases and their Categories• 3 minutes
- Domain and Key Constraints• 9 minutes
- Entity Integrity and Referential Integrity Constraints• 6 minutes
- Update Operations, and Dealing with Constraint Violations• 3 minutes
- The Insert Operation• 5 minutes
- The Delete Operation• 7 minutes
- The Update Operation• 7 minutes
- ER-to-Relational Mapping Algorithm. Mapping of Regular and Weak Entity Types• 11 minutes
- Mapping of Binary 1:1 and 1:N Relationship Types• 6 minutes
- Mapping of Binary M:N Relationship Types• 5 minutes
- Mapping of Multivalued Attributes• 5 minutes
- Discussion and Summary of Mapping for ER Model Constructs• 4 minutes
17 readings• Total 170 minutes
- Recommended Reading: Relational Model Concepts and Terminology• 10 minutes
- Recommended Reading: Domains, Attributes, Tuples, and Relations• 10 minutes
- Recommended Reading: Understanding Relation Schema and Relation State with Examples• 10 minutes
- Recommended Reading: Characteristics of a Relation• 10 minutes
- Recommended Reading: Relational Model Notation• 10 minutes
- Recommended Reading: Constraints on Databases and their Categories• 10 minutes
- Recommended Reading: Domain and Key Constraints• 10 minutes
- Recommended Reading: Entity Integrity and Referential Integrity Constraints• 10 minutes
- Recommended Reading: Update Operations, and Dealing with Constraint Violations• 10 minutes
- Recommended Reading: The Insert Operation• 10 minutes
- Recommended Reading: The Delete Operation• 10 minutes
- Recommended Reading: The Update Operation• 10 minutes
- Recommended Reading: ER-to-Relational Mapping Algorithm. Mapping of Regular and Weak Entity Types• 10 minutes
- Recommended Reading: Mapping of Binary 1:N Relationship Types• 10 minutes
- Recommended Reading: Mapping of Binary M:N Relationship Types• 10 minutes
- Recommended Reading: Mapping of Multivalued Attributes• 10 minutes
- Recommended Reading: Discussion and Summary of Mapping for ER Model Constructs• 10 minutes
7 assignments• Total 138 minutes
- Test Yourself: Relational Data Model• 30 minutes
- Relational Model Concepts• 18 minutes
- Characteristics of a Relation• 15 minutes
- Relational Model Constraints• 15 minutes
- Update Operations and Dealing with Constraint Violations• 15 minutes
- Steps to Map ER Constructs to Relations• 15 minutes
- Let's Practice: Relational Data Model• 30 minutes
In this module, we will learn formal query languages associated with the relational model. We will look at query operators in these languages and see how we can combine the operators to get the desired results.
What's included
13 videos13 readings6 assignments
13 videos• Total 68 minutes
- Introduction to Formal Query Languages• 5 minutes
- Operations in Query Languages • 4 minutes
- SELECT and PROJECT Operations• 7 minutes
- Combine Sequence of Operations• 5 minutes
- Union, Intersection, and Minus Operations• 6 minutes
- Cartesian Product Operation• 3 minutes
- Join Operation• 5 minutes
- EquiJoin and Natural Join Operations• 5 minutes
- Outer Join Operation• 5 minutes
- Division Operation• 4 minutes
- Aggregate Functions• 5 minutes
- Tuple Relational Calculus• 8 minutes
- Domain Relational Calculus• 6 minutes
13 readings• Total 130 minutes
- Recommended Reading: Introduction to Formal Query Languages• 10 minutes
- Recommended Reading: Operations in Query Languages• 10 minutes
- Recommended Reading: SELECT and PROJECT Operations• 10 minutes
- Recommended Reading: Combine Sequence of Operations• 10 minutes
- Recommended Reading: Union, Intersection, and Minus Operations• 10 minutes
- Recommended Reading: Cartesian Product Operation• 10 minutes
- Recommended Reading: Join Operation• 10 minutes
- Recommended Reading: EquiJoin and Natural Join Operations• 10 minutes
- Recommended Reading: Outer Join Operation• 10 minutes
- Recommended Reading: Division Operation• 10 minutes
- Recommended Reading: Aggregate Functions• 10 minutes
- Recommended Reading: Tuple Relational Calculus• 10 minutes
- Recommended Reading: Domain Relational Calculus• 10 minutes
6 assignments• Total 108 minutes
- Test Yourself: Relational Algebra & Relational Calculus• 30 minutes
- Formal Query Languages• 12 minutes
- Relational Algebra - Unary & Set operations• 12 minutes
- Relational Algebra - Binary & Aggregate Operations• 12 minutes
- Relational Calculus• 12 minutes
- Let's Practice: Relational Algebra & Relational Calculus• 30 minutes
In this module, we will learn Structured Query Language(SQL), which is a standard-based language implemented by all relational databases to enable working with the structure and contents of the database . We will look at statements for defining schema, querying, and updating data in the database.
What's included
17 videos17 readings7 assignments
17 videos• Total 105 minutes
- History of the SQL• 6 minutes
- Overview of SQL • 5 minutes
- DDL Overview• 5 minutes
- CREATE TABLE Statement• 7 minutes
- Defining Constraints• 8 minutes
- Making Changes to Schema• 7 minutes
- SELECT Statement Structure• 8 minutes
- Tuple Variable Usage, Alias and Renaming• 6 minutes
- Set Operations on Table• 6 minutes
- INSERT Statement• 7 minutes
- UPDATE Statement• 6 minutes
- DELETE Statement• 3 minutes
- Nested Queries• 7 minutes
- EXISTS & UNIQUE Clauses• 6 minutes
- Joins in SQL• 5 minutes
- Aggregates in SQL• 5 minutes
- Views in SQL• 6 minutes
17 readings• Total 170 minutes
- Recommended Reading: History of the SQL• 10 minutes
- Recommended Reading: Overview of SQL • 10 minutes
- Recommended Reading: DDL Overview• 10 minutes
- Recommended Reading: CREATE TABLE Statement• 10 minutes
- Recommended Reading: Defining Constraints• 10 minutes
- Recommended Reading: Making Changes to Schema• 10 minutes
- Recommended Reading: SELECT Statement Structure• 10 minutes
- Recommended Reading: Tuple Variable Usage, Alias and Renaming• 10 minutes
- Recommended Reading: Set Operations on Table• 10 minutes
- Recommended Reading: INSERT Statement• 10 minutes
- Recommended Reading: UPDATE Statement• 10 minutes
- Recommended Reading: DELETE Statement• 10 minutes
- Recommended Reading: Nested Queries• 10 minutes
- Recommended Reading: EXISTS & UNIQUE Clauses• 10 minutes
- Recommended Reading: Joins in SQL• 10 minutes
- Recommended Reading: Aggregates in SQL• 10 minutes
- Recommended Reading: Views in SQL• 10 minutes
7 assignments• Total 111 minutes
- Test Yourself: Structured Query Language (SQL)• 30 minutes
- SQL Introduction• 6 minutes
- Data Definition Language• 12 minutes
- SELECT Statement• 9 minutes
- SQL Modification Statements• 9 minutes
- Advanced Queries in SQL• 15 minutes
- Let's Practice: Structured Query Language (SQL)• 30 minutes
In this module, we discuss the basic concepts of Functional dependencies and inference rules. We understand anomalies in database operations. We understand the need for normalization of relational schemas. We discuss the conditions for various Normal Forms- 2NF, 3NF, and BCNF. We explore the process of decomposition used to take a relation to higher normal forms. We learn how to check whether a decomposition is lossless or dependency-preserving.
What's included
10 videos8 readings5 assignments
10 videos• Total 85 minutes
- Informal Design Guidelines and Update Anomalies• 7 minutes
- Functional Dependencies and Inference Rules• 9 minutes
- Introduction to Normalisation, Normal Forms, and Decomposition Process• 8 minutes
- 3NF and BCNF• 8 minutes
- Problem Solving on Normalisation• 11 minutes
- Decomposition and Lossless Join Decomposition Part - 1• 8 minutes
- Decomposition and Lossless Join Decomposition Part -2• 12 minutes
- Dependency Preserving Decomposition Part - 1• 6 minutes
- Dependency Preserving Decomposition Part - 2• 7 minutes
- Problem Solving on Decomposition Properties• 9 minutes
8 readings• Total 80 minutes
- Recommended Reading: Informal Design Guidelines and Update Anomalies• 10 minutes
- Recommended Reading: Functional Dependencies and Inference Rules• 10 minutes
- Recommended Reading: Introduction to Normalisation, Normal Forms, and Decomposition Process• 10 minutes
- Recommended Reading: 3NF and BCNF• 10 minutes
- Recommended Reading: Problem Solving on Normalisation• 10 minutes
- Recommended Reading: Decomposition and Lossless join decomposition• 10 minutes
- Recommended Reading: Dependency Preserving Decomposition• 10 minutes
- Recommended Reading: Problem Solving on Decomposition Properties• 10 minutes
5 assignments• Total 105 minutes
- Test Yourself: Relational Database Design and Normalization• 30 minutes
- Informal Design Guidelines, Update Anomalies, Functional Dependencies, and Inference Rules• 15 minutes
- Introduction to Normalisation, Normal Form(NF), Decomposition and Conditions for 1NF, 2NF, 3NF and BCNF• 15 minutes
- Desirable Properties of a Decomposition, Lossless and Dependency Preserving Decomposition• 15 minutes
- Let's Practice: Relational Database Design and Normalization• 30 minutes
In this module, you will understand important disk properties and how data is stored on the disk. You learn about the File storage schemes for storing data. You learn important static hashing and dynamic hashing schemes used for storing and fast retrieval of data from the database
What's included
10 videos9 readings5 assignments
10 videos• Total 92 minutes
- Introduction to Data Storage Media• 6 minutes
- Magnetic Disk Storage• 9 minutes
- Disk Access, Data Transfer, and RAID Systems• 8 minutes
- File Organisation for Data Storage• 11 minutes
- Introduction to Hashing• 7 minutes
- Static Hashing • 8 minutes
- Need for Dynamic Hashing and Extendible Hashing• 18 minutes
- Linear Hashing• 13 minutes
- Problem Solving on Disk Storage and Dynamic Hashing Part - 1• 9 minutes
- Problem Solving on Disk Storage and Dynamic Hashing Part - 2• 5 minutes
9 readings• Total 90 minutes
- Recommended Reading: Introduction to Data Storage Media• 10 minutes
- Recommended Reading: Magnetic Disk Storage• 10 minutes
- Recommended Reading: Disk Access, Data Transfer, and RAID Systems• 10 minutes
- Recommended Reading: File Organisation for Data Storage• 10 minutes
- Recommended Reading: Introduction to Hashing• 10 minutes
- Recommended Reading: Static Hashing • 10 minutes
- Recommended Reading: Need for Dynamic Hashing and Extendible Hashing• 10 minutes
- Recommended Reading: Linear Hashing• 10 minutes
- Recommended Reading: Problem Solving on Disk Storage and Dynamic Hashing• 10 minutes
5 assignments• Total 105 minutes
- Test Yourself: Disk, File Storage and Hashing• 30 minutes
- Disk Properties and File Storage Schemes for Storing Data• 15 minutes
- Hashing for Database Systems and Static Hashing• 15 minutes
- Dynamic Hashing Schemes• 15 minutes
- Let's Practice: Disk, File Storage and Hashing• 30 minutes
In this module, you will understand what is Indexing and its purpose in Databases. You will gain knowledge about the various categories of Indexing schemes like- Primary indexing, Secondary indexing and Multilevel indexing, and also learn how to design the same. You will understand and learn to design B+ tree indexing structures for Relational databases.
What's included
10 videos10 readings7 assignments
10 videos• Total 110 minutes
- Introduction to Indexing• 7 minutes
- Classification of Indexing• 10 minutes
- Primary and Multilevel Indexing Concepts• 12 minutes
- Examples for Primary and Multilevel Indexing• 15 minutes
- Clustering Index• 11 minutes
- Secondary Index• 8 minutes
- B+ Tree Indexing for Databases• 14 minutes
- Examples on B+ Tree Indexing• 11 minutes
- Problem Solving on Primary, Multilevel and Secondary Indexing• 13 minutes
- Problem Solving on B+ Tree Indexing• 9 minutes
10 readings• Total 100 minutes
- Recommended Reading: Introduction to Indexing• 10 minutes
- Recommended Reading: Classification of Indexing• 10 minutes
- Recommended Reading: Primary and Multilevel Indexing Concepts• 10 minutes
- Recommended Reading: Examples for Primary and Multilevel Indexing• 10 minutes
- Recommended Reading: Clustering Index• 10 minutes
- Recommended Reading: Secondary Index• 10 minutes
- Recommended Reading: B+ Tree Indexing for Databases• 10 minutes
- Recommended Reading: Examples on B+ Tree Indexing• 10 minutes
- Recommended Reading: Problem Solving on Primary, Multilevel and Secondary Indexing• 10 minutes
- Recommended Reading: Problem Solving on B+ Tree Indexing• 10 minutes
7 assignments• Total 135 minutes
- Test Yourself: Indexing• 30 minutes
- Introduction to Indexing and Basic Concepts• 15 minutes
- Primary and Multilevel Indexing• 15 minutes
- Clustering and Secondary Indexes• 15 minutes
- B+ Tree Indexing• 15 minutes
- Problem Solving on Indexing• 15 minutes
- Let's Practice: Indexing• 30 minutes
In this module, you learn about the Transaction model used in relational database systems which includes the need for a transaction, concept of schedule, serial and concurrent schedules, and serializability. You learn the need for concurrency control and the concept of locks-based concurrency control, deadlock and deadlock detection. You also learn about Timestamp-based protocols for concurrency control.
What's included
11 videos10 readings5 assignments
11 videos• Total 108 minutes
- Introduction to Transaction Model• 13 minutes
- Transaction States and ACID Properties• 9 minutes
- Serial and Concurrent Schedules• 7 minutes
- Conflict Serialisability• 10 minutes
- Test for Conflict Serialisability, Basics of and Recoverability and Cascading Rollback• 9 minutes
- Need for Controlling Concurrency• 9 minutes
- Lock-Based Concurrency Control • 8 minutes
- Deadlocks• 13 minutes
- Timestamp-Based Concurrency Control• 13 minutes
- Problem Solving Part - 1• 8 minutes
- Problem Solving Part - 2• 9 minutes
10 readings• Total 100 minutes
- Recommended Reading: Introduction to Transaction Model• 10 minutes
- Recommended Reading: Transaction States and ACID Properties• 10 minutes
- Recommended Reading: Serial and Concurrent Schedules• 10 minutes
- Recommended Reading: Conflict Serialisability• 10 minutes
- Recommended Reading: Test for Conflict Serialisability, Basics of and Recoverability and Cascading Rollback• 10 minutes
- Recommended Reading: Need for Controlling Concurrency• 10 minutes
- Recommended Reading: Lock-Based Concurrency Control • 10 minutes
- Recommended Reading: Deadlocks• 10 minutes
- Recommended Reading: Timestamp-Based Concurrency Control• 10 minutes
- Recommended Reading: Problem Solving • 10 minutes
5 assignments• Total 105 minutes
- Test Yourself: Transaction Processing and Concurrency Control• 30 minutes
- Transaction Model• 15 minutes
- Schedules of Transactions• 15 minutes
- Concurrency Control • 15 minutes
- Let's Practice: Transaction Processing and Concurrency Control• 30 minutes
In this module, first, you learn various schemes to recover from loss in the event of a crash, and restoring the databases with minimum impact. You learn more on log-based recovery techniques including checkpointing. Then, you understand the steps in SQL query processing and you are introduced to Query optimisation and Heuristics used. Next, you will get an introduction to Database security and important schemes used in securing databases from unauthorised access.
What's included
11 videos12 readings6 assignments
11 videos• Total 85 minutes
- Introduction to Database Recovery and Log-based Recovery• 7 minutes
- Deferred and Immediate Modification Techniques• 12 minutes
- Checkpointing in Database Recovery Process• 8 minutes
- Steps in SQL Query Execution • 7 minutes
- Algorithms for Query Execution• 7 minutes
- Query Trees, Heuristic Optimisation and Cost Components• 12 minutes
- Introduction to Database Security• 4 minutes
- Access Control Mechanisms• 7 minutes
- Other Important Concepts in Database Security• 8 minutes
- Problem Solving on DB Recovery• 7 minutes
- Problem Solving on Query Optimisation• 6 minutes
12 readings• Total 120 minutes
- Recommended Reading: Introduction to Database Recovery and Log-based Recovery• 10 minutes
- Recommended Reading: Deferred and Immediate Modification Techniques• 10 minutes
- Recommended Reading: Checkpointing in Database Recovery Process• 10 minutes
- Recommended Reading: Steps in SQL Query Execution • 10 minutes
- Recommended Reading: Algorithms for Query Execution• 10 minutes
- Recommended Reading: Query Trees, Heuristic Optimisation and Cost Components• 10 minutes
- Recommended Reading: Introduction to Database Security• 10 minutes
- Recommended Reading: Access Control Mechanisms• 10 minutes
- Recommended Reading: Other Important Concepts in Database Security• 10 minutes
- Recommended Reading: Problem Solving on DB Recovery• 10 minutes
- Recommended Reading: Problem Solving on Query Optimisation• 10 minutes
- Course Summary• 10 minutes
6 assignments• Total 114 minutes
- Test Yourself: Database Recovery, Query Optimisation, and Database Security• 30 minutes
- Database Recovery• 15 minutes
- SQL Query Execution and Optimisation• 15 minutes
- Database Security • 15 minutes
- Problem Solving• 9 minutes
- Let's Practice: Database Recovery, Query Optimisation, and Database Security• 30 minutes
Instructor

Offered by

Offered by

Birla Institute of Technology & Science, Pilani (BITS Pilani) is one of only ten private universities in India to be recognised as an Institute of Eminence by the Ministry of Human Resource Development, Government of India. It has been consistently ranked high by both governmental and private ranking agencies for its innovative processes and capabilities that have enabled it to impart quality education and emerge as the best private science and engineering institute in India. BITS Pilani has four international campuses in Pilani, Goa, Hyderabad, and Dubai, and has been offering bachelor's, master’s, and certificate programmes for over 58 years, helping to launch the careers for over 1,00,000 professionals.
Why people choose Coursera for their career

Felipe M.

Jennifer J.

Larry W.

Chaitanya A.
Explore more from Computer Science

Course
IIllinois Tech
Course
UUniversitat Politècnica de València
Course
¹ Some assignments in this course are AI-graded. For these assignments, your data will be used in accordance with Coursera's Privacy Notice.
