Category: NPTEL

Programming in modern c++ | week 12, introduction to internet of things week 12, introduction to industry 4.0 and industrial internet of things | week 12, an introduction to artificial intelligence | week 12, the joy of computing using python | week 12, quantum mechanics 1 | week 12, programming in java | week 12, principles of management | week 12, leadership and team effectiveness | week 12, introduction to machine learning | week 12.

  • Computer Science and Engineering
  • NOC:Introduction to Database Systems (Video) 
  • Co-ordinated by : IIT Madras
  • Available from : 2019-11-13
  • Intro Video
  • Introduction
  • Database Architecture
  • RDBMS Architecture
  • Introduction to ER Model
  • Entities and Relationships
  • Modelling Weak Entities and Design Choices
  • Relational Data Model and Notion of Keys
  • Introduction to Relational Algebra
  • Operators in Relational Model
  • Uses of Renaming, Join and Division in Relation Algebra
  • Example Queries in Relation Model and Outer Join Operation
  • Convert ER-Model to a Relational Model
  • Introduction to tuple relational calculus
  • Example TRC queries
  • Data definition using SQL
  • Basic SQL query block and subqueries
  • Correlated subqueries
  • Aggregate functions
  • Programmatic access of SQL
  • Normal forms - Introduction
  • Deriving new functional dependencies
  • Proving soundness and completeness of Armstrong's Axioms
  • Normal forms - 2 NF, 3NF, BCNF
  • Properties of decompositions
  • Normal forms - 4NF, 5NF
  • Introduction to file orgranization
  • File orgranization methods
  • Dynamic File orgranization using Hashing
  • Index structures
  • B+ trees on Disks
  • Performance and Reliability of Multiple Disks
  • Relational Query Evaluation
  • Join operator processing algorithms
  • Query optimization
  • ACID properties and operations in transactions
  • Concurrency control using Locks
  • Recovery using undo logging method
  • Recovery using Redo and Undo-Redo logging methods
  • Recoverable schdeules and transaction isolation levels
  • Watch on YouTube
  • Assignments
  • Download Videos
  • Transcripts
  • Lecture Notes (1)

NPTEL Introduction to Database Systems Week 3 Assignment Answers 2024

1. Some relations may not have a key.

2. An attribute name should not be used in more than one relation.

3. A key of a relation may have more than one attribute.

4. The elements of the domain of an attribute may be ordered pairs of values.

5. Some relations may not have a foreign key.

6. A foreign key in a relation should consist of exactly one attribute.

7. A foreign key in a relation R can NOT be used to refer to tuples in R itself.

8. If A is a foreign key in R, no null values are permitted in the column A in any instance of R.

9. Suppose A is a foreign key in R that refers to tuples of S using values of the key attribute B of S. Let X be the set of all non-null values of column A and let Y be the set of all values of column B. Identify the correct relationship between X and Y that holds in all instances of R and S:

  • X is a subset of Y
  • X is a proper subset of Y
  • Y is a subset of X
  • X need not be a subset of Y and Y need not be a subset of X

10. Consider the following relations S1(P,Q,R) and S2(T,U,V) and the given instances. What is the result of the relational algebra expression

NPTEL Introduction to Database Systems Week 3 Assignment Answers 2024

  • Empty relation
  • { (2,4), (3,6) }
  • A relation with scheme (P,Q) and tuples { (1,2) }
  • A relation with scheme (P,Q) and tuples { (1,2), (2,4), (3,6) }

Using the relation instances given in the Question 10, find out how many tuples will be there in the result of the following relational algebra expression:

12. Consider the four relations R1(A, B, C), R2(X, Y, Z), R3(A, B, D) and R4(U, X, Y). The domains of the attributes are: A – integers; B – strings; C – single characters; D – { ‘M’, ‘F’ }; U – integers; X – strings; Y – single characters; Z – { ‘M’, ‘F’ }. Identify the pair of union-compatible relations:

  • Pair R1, R3
  • Pair R1, R4
  • Pair R2, R3
  • Pair R3, R4

13. The ​ join ​ relational algebra operator can NOT be expressed using other operators.

14. The ​ cross product ​ relational algebra operator requires its operands to be union-compatible.

15. The ​ difference ​ relational algebra operator requires its operands to be union-compatible.

16. When ​ project ​ is applied on an instance ​ r , ​ the size of the result will always be the same as that of ​ r.

17. Consider the following relations S1(P,Q,R) and S2(P,R) and the given instances. What is the result of the relational algebra expression?

NPTEL Introduction to Database Systems Week 3 Assignment Answers 2024

  • A relation with scheme (Q) and tuples { (2), (4) }
  • A relation with scheme (Q) and tuples { (2), (4), (6) }

18. Consider the following relation S1 and its given instance. What is the size of the result of the following relational algebra expression on the relation S1?

NPTEL Introduction to Database Systems Week 3 Assignment Answers 2024

19. On the same relation given in Question 18, what is the size of the result of the following relational algebra expression?

NPTEL Introduction to Database Systems Week 3 Assignment Answers 2024

  • Amazon Quiz
  • Flipkart Quiz
  • Play & Win 50,000 Coins
  • Privacy Policy

NPTEL Data Base Management System Assignment 1 Answers 2023

  • by QuizXp Team
  • January 27, 2023 February 8, 2023

NPTEL Data Base Management System Assignment 1 Answers 2023

NPTEL Data Base Management System Assignment 1 Answers 2023? This article will help you with the answer to the  Nation al Programme on Technology Enhanced Learning  ( NPTEL )  Course “ Data Base Management System Assignment 1 “

Below you can find the answers for Data Base Management System Assignment 1 Answers 2023

NPTEL Data Base Management System Assignment 1 Answers 2023:-

Q1. Which level of abstraction describes types of data that are stored in the Database?

For week 2 Answers:- Click Here

Q2. Identify the valid primary key for the relation paper_info from the given instance.

Q3. Identify the correct statement/s.

a) Project(pCode, pName) is an instance of a relation schema. b) Project(pCode, pName) is an example of a physical schema. c) (2245, HardFort) is an instance of a relation schema.

d) (2245, HardFort) is an example of a logical schema.

Q4. Consider a relation Vehicle(VID, Model, Speed, Color) where the superkeys are as follows: {VID}, {VID, Model}, {Speed, Color}, {Speed, Color, Model}. Select the possible candidate key(s).

Next Week Answers: Assignment 02

quizxp telegram

Q5. Consider the following relations:

Book(ISBN,Title,Pages)

BookGenre (ISBN, Genre)

‘What does the following relational algebra expression represent? HISBII((”’Pages> 100Bo0k) M (0eanre—:Fiction’BOOKGeNTe))

Q6. Consider the following relational schema:

ImageCode (ImageID, Name)

ImageBook (BookID, ImageID, Page)

‘What will be the Relational Algebra equivalent to the following statement? “Find the names of all Images on Page 100.”

If there are any changes in answers will notify you on telegram so you can get 100% score, So Join

Q7. ‘Which of the following operations will return S1 itself?

Q8. Identify the correct operation(s) which produces the following output from the above relation.

Q9. Identify the correct operation(s) which will be produce the following output from the above two relatioms.

Q10. ‘Which of the following can be a candidate key for the following instance?

For other courses answers:- Visit

For Internship and job updates:- Visit

Disclaimer: We do not claim 100% surety of answers, these answers are based on our sole knowledge, and by posting these answers we are just trying to help students, so we urge do your assignment on your own.

if you have any suggestions then comment below or contact us at  [email protected]

If you found this article Interesting and helpful, don’t forget to share it with your friends to get this information.

x

Quizermania Logo

Data Base Management System | NPTEL 2022 | Week 2 Assignment Solutions

Data Base Management System NPTEL Assignment answers

This set of MCQ(multiple choice questions) focuses on the  Data Base Management System NPTEL 2022 Week 2 Assignment Solutions .

The course introduces relational data models; entity-relationship modeling, SQL, data normalization, and database design. Further it introduces query coding practices using MySQL (or any other open system) through various assignments. Design of simple multi-tier client / server architectures based and Web-based database applications is also introduced.

Course layout (Answers link)

Answers COMING SOON! Kindly Wait!

Week 0: Assignment answers Week 1:  Course Overview. Introduction to RDBMS Week 2: Structured Query Language (SQL)  Week 3: Relational Algebra. Entity-Relationship Model   Week 4: Relational Database Design Week 5:  Application Development. Case Studies. Storage and File Structure   Week 6: Indexing and Hashing. Query Processing   Week 7:  Query Optimization. Transactions (Serializability and Recoverability) Week 8:  Concurrency Control. Recovery Systems. Course Summarization.

NOTE:  You can check your answer immediately by clicking show answer button. Data Base Management System NPTEL 2022 Week 2 Assignment Solution” contains 10 questions.

Now, start attempting the quiz.

Data Base Management System NPTEL 2022 Week 2 Assignment Solutions

Q1. Consider the following instance of the relation PAPER(ID, TYPE, AREA, CITATION)

Which of the following values will be present in all the tuples selected by the following query: SELECT ‘CITATION’ FROM PAPER WHERE CITATION>200

a) 567 b) CITATION c) 43 d) 167

Answer: b) CITATION

Q2. Consider the following instance of the relation PAPER(ID, TYPE, AREA, CITATION)

Select the correct query that displays the following output:

a) SELECT ID/2 AS ID FROM PAPER WHERE AREA LIKE “% %” b) SELECT ID/2 AS ID FROM PAPER WHERE AREA LIKE “%” c) SELECT ID-73 AS ID FROM PAPER WHERE AREA LIKE “%_%” d) SELECT ID-73 AS ID FROM PAPER WHERE AREA LIKE “%%”

Answer: a) SELECT ID/2 AS ID FROM PAPER WHERE AREA LIKE “% %”

Q3. Consider the following instance of the relation MAINTENANCE(WORK, DAYS, CHARGE, TEAM)

How many tuples will be returned by the following query: SELECT AVG(CHARGE) FROM MAINTENANCE GROUP BY DAYS

a) 1 b) 2 c) 3 d) 4

Answer: c) 3

Q4. Consider the following instance of the relation MAINTENANCE (WORK, DAYS, CHARGE, TEAM).

Which of the following queries will produce the following output (ordered):

a) SELECT WORK, TEAM FROM MAINTENANCE WHERE CHARGE>50000 ORDER BY DAYS DESC, TEAM b) SELECT WORK, TEAM FROM MAINTENANCE WHERE CHARGE>50000 ORDER BY DAYS DESC, TEAM DESC c) SELECT WORK, TEAM FROM MAINTENANCE WHERE CHARGE>50000 ORDER BY DAYS, TEAM d) SELECT WORK, TEAM FROM MAINTENANCE WHERE CHARGE>50000 ORDER BY DAYS, TEAM DESC

Answer: a) SELECT WORK, TEAM FROM MAINTENANCE WHERE CHARGE>50000 ORDER BY DAYS DESC, TEAM

Q5. Consider the following schema. Primary keys are underlined. Employees( E_name , E_street, E_city) BankAccount( Ac_number , Branch_name, Balance) AccountUser( E_name , Ac_number ) Which is the correct SQL command to create the table AccountUser having two foreign keys E_name and Ac_number

a) CREATE TABLE AccountUser { E_name VARCHAR(20), Ac_number NUMERIC(12, 2), PRIMARY EKY(E_name, Ac_number), FOREIGN KEY(E_name) REFERENCES Employees, FOREIGN KEY(Ac_number) REFERENCES BankAccount); b) CREATE TABLE AccountUser { E_name VARCHAR(20), Ac_number NUMERIC(12, 2), PRIMARY EKY(E_name), FOREIGN KEY(E_name) REFERENCES Employees, FOREIGN KEY(Ac_number) REFERENCES BankAccount); c) CREATE TABLE AccountUser { E_name VARCHAR(20) PRIMARY KEY, Ac_number NUMERIC(12, 2) PRIMARY KEY, FOREIGN KEY(E_name) REFERENCES Employees, FOREIGN KEY(Ac_number) REFERENCES BankAccount); d) CREATE TABLE AccountUser { E_name VARCHAR(20), Ac_number NUMERIC(12, 2), PRIMARY EKY(E_name, Ac_number), FOREIGN KEY Employees(E_name), FOREIGN KEY BankAccount(Ac_number));

Data Base Management System NPTEL Week 2 Assignment Solutions

Q6. Identify the correct SQL command(s) to create a new record for the Faculty table as given below. Primary key is underlined in the schema.

a) INSERT INTO FACULTY VALUES(‘Charline B’, ‘English’, ‘M.A.’); b) INSERT INTO FACULTY VALUE(”Charline B”, ”English”, ”M.A.”); c) INSERT INTO FACULTY VALUE(‘Charline B’, ‘English’, ‘M.A.’); d) INSERT INTO FACULTY (Faculty_name, Department, Degree) VALUES(‘Charline B’, ‘English’, ‘M.A.’);

Answer: a), d)

Q7. A role Admin has the privilege of select, insert, update and delete on all tables of database. A new role Users is created and the following statement is executed. grant Admin to Users; Which rights will Users inherit?

a) Only select b) Only select and delete c) Only select, and update but not delete d) All rights – select, insert, delete, and update

Answer: d) All rights – select, insert, delete, and update

Q8. Consider the following instance of EmployeeDetails(EmpName, Branch, Address, Salary) relation.

Identify the correct statement(s) to get the following output:

a) SELECT * FROM EmployeeDetails WHERE Branch=Address OR Salary>=15000; b) SELECT * FROM EmployeeDetails WHERE Branch=Address AND Salary>=15000; c) (SELECT * FROM EmployeeDetails WHERE Branch=Address) UNION (SELECT * FROM EmployeeDetails WHERE Salary>=15000); d) (SELECT * FROM EmployeeDetails WHERE Branch=Address) INTERSECT (SELECT * FROM EmployeeDetails WHERE Salary>=15000);

Answer: a), c)

Q9. Consider the following instance of EmployeeDetails(EmpName, Branch, Address, Salary) relation.

Identify the correct SQL command that creates a view as EmployeeSalaryDetails in which columns EmpName and Salary for the tuples where the second character of EmpName is ‘r’ and the Salary is atleast 15000.

a) CREATE VIEW EmployeeSalaryDetails(EmpName, Salary) ON SELECT EmpName, Salary FROM EmployeeDetails WHERE EmpName LIKE ‘%r%’ AND Salary>=15000; b) CREATE VIEW EmployeeSalaryDetails(EmpName, Salary) ON SELECT EmpName, Salary FROM EmployeeDetails WHERE EmpName LIKE ‘_r%’ AND Salary>15000; c) CREATE VIEW EmployeeSalaryDetails(EmpName, Salary) AS SELECT EmpName, Salary FROM EmployeeDetails WHERE EmpName LIKE ‘_r%’ AND Salary>=15000; d) CREATE VIEW EmployeeSalaryDetails(EmpName, Salary) AS SELECT EmpName, Salary FROM EmployeeDetails WHERE EmpName LIKE ‘_r%’ AND Salary>15000;

Q10. Consider the given relational schema: EmployeeDetails(EmpName, Branch, Address, Salary) Identify the correct statement to find the EmpName, Branch and Salary of all tuples in which Salary is greater than or equal to the average Salary of all employees or Salary is between 15000 and 20000 including 15000 and 20000.

a) SELECT EmpName, Branch, Salary FROM EmployeeDetails WHERE Salary>=(SELECT AVG(Salary) from EmployeeDetails) OR Salary LIKE(15000, 20000); b) SELECT EmpName, Branch, Salary FROM EmployeeDetails WHERE Salary>=(SELECT AVG(Salary) from EmployeeDetails) OR Salary IN(15000, 20000); c) SELECT EmpName, Branch, Salary FROM EmployeeDetails WHERE Salary>=(SELECT AVG(Salary) from EmployeeDetails) OR Salary AS(15000, 20000); d) SELECT EmpName, Branch, Salary FROM EmployeeDetails WHERE Salary>=(SELECT AVG(Salary) from EmployeeDetails) OR Salary BETWEEN 15000 AND 20000;

<< Prev- Data Base Management System Week 1 Assignment Solutions

>> Next- Data Base Management System Week 3 Assignment Solutions

NPTEL answers: Problem solving through programming in C

NPTEL answers: Principles of Management

Programming in Java NPTEL week 1 quiz answers

NPTEL – Python for Data Science assignment solutions

Nptel – Deep Learning assignment solutions

The above question set contains all the correct answers. But in any case, you find any typographical, grammatical or any other error in our site then kindly  inform us . Don’t forget to provide the appropriate URL along with error description. So that we can easily correct it.

Thanks in advance.

For discussion about any question, join the below comment section. And get the solution of your query. Also, try to share your thoughts about the topics covered in this particular quiz.

Related Posts

Operating system fundamentals | nptel | week 0 assignment 0 solution, nptel operating system fundamentals week 1 assignment solutions, nptel operating system fundamentals week 10 answers, nptel operating system fundamentals week 2 assignment solutions, nptel operating system fundamentals week 3 assignment solutions, nptel operating system fundamentals week 4 assignment solutions, leave a comment cancel reply.

Your email address will not be published. Required fields are marked *

Save my name, email, and website in this browser for the next time I comment.

  • 1st Central Law Reviews: Expert Legal Analysis & Insights

Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

nptel-solutions

Here are 58 public repositories matching this topic..., kishanrajput23 / nptel-the-joy-of-computing-using-python.

Study materials related to this course.

  • Updated Oct 27, 2023

kishanrajput23 / NPTEL-Programming-In-java

  • Updated Apr 14, 2022

omunite215 / NPTEL-Programming-in-Java-Ultimate-Guide

I am sharing my journey of studying a course on Programming in Java taught by Prof.Debasis Samanta Sir IIT Kharagpur

  • Updated Dec 4, 2023

kadeep47 / NPTEL-Getting-Started-With-Competitive-Programming

[Aug - Oct 2023] Solutions for NPTEL Course Getting started with competitive programming weekly assignment.

  • Updated Sep 6, 2023

Md-Awaf / NPTEL-Course-Getting-started-with-Competitive-Programming

Solutions for NPTEL Course Getting started with competitive programming weekly assignment.

  • Updated Apr 20, 2023

rvutd / NPTEL-Joy-of-Computing-2020

Programming Assignment Solutions

  • Updated May 5, 2020

guru-shreyansh / NPTEL-Programming-in-Java

The sole intention behind this repository is to help the beginners in Java with the course contents.

  • Updated Aug 1, 2021

gunjanmimo / NPTEL-The-Joy-of-Computing-using-Python

  • Updated Jan 26, 2020

avinashyadav16 / The-Joy-of-Computing-Using-Pyhton

12 Weeks long NPTEL Elective MOOC Course's codes, assignments and solutions.

  • Updated Oct 30, 2023
  • Jupyter Notebook

AdishiSood / The-Joy-of-Computing-using-Python

  • Updated Apr 28, 2021

gxuxhxm / NPTEL-The-Joy-of-Computing-using-Python

NPTEL-The-Joy-of-Computing-using-Python with NOTES and Weekly quizes Answers

  • Updated Dec 31, 2023

NPTEL-Course / Programming-Data-Structures-And-Algorithms-Using-Python

Nptel Course Solutions : Programming, Data Structures And Algorithms Using Python

  • Updated Nov 30, 2020

tdishant / NPTEL-Joy-of-Computing-Using-Python

Python code from week-3 to week-12 for the NPTEL course The Joy of Computing using Python

  • Updated Oct 26, 2021

TarunSehgal27 / NPTEL-JAVA-2020

this is a repo about the java program headed by Debasis Samantha during 2020

  • Updated Apr 23, 2020

NPTEL-Course / Google-Cloud-Computing-Foundations

Nptel Course Solution : Google Cloud Computing Foundations

  • Updated Nov 19, 2020

Anmol-PROgrammar / SWAYAM-Programming_In_Java-NPTEL

This site contains the weekly( i.e. 1-9) questions and their solution of NPTEL-SWAYAM course "Programming in Java".

  • Updated Aug 19, 2021

lonebots / python-programming-joc-nptel

Python programming repository for NPTEL joy of computing course

  • Updated Dec 21, 2020

CGreenP / NPTEL-Introduction-to-Programming-in-C-Assignment-4-Question-3

NPTEL Introduction to Programming in C Assignment 4 Question 3

  • Updated Apr 7, 2024

CGreenP / NPTEL-Introduction-to-Programming-in-C-Assignment-4-Question-1

NPTEL Introduction to Programming in C Assignment 4 Question 1

  • Updated Apr 2, 2024

CGreenP / NPTEL-Programming-Assignment-Road-Trips-and-Museums

NPTEL Programming Assignment: Road Trips and Museums.

  • Updated Mar 3, 2024

Improve this page

Add a description, image, and links to the nptel-solutions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nptel-solutions topic, visit your repo's landing page and select "manage topics."

Brokenprogrammers

Learning platform for programmers

NPTEL Introduction to Database Systems Assignment 5 Answers 2023

introduction to database systems nptel assignment 2 answers 2023

Hello Learners, In this Post, you will find NPTEL Introduction to Database Systems Assignment 5 Week 5 Answers 2023 . All the Answers are provided below to help the students as a reference don’t straight away look for the solutions.

NPTEL Introduction to Database Systems Assignment 6 Answers Join Group👇

Note: First try to solve the questions by yourself. If you find any difficulty, then look for the solutions.

NPTEL Introduction to Database Systems Assignment 5 Answers 2023

NPTEL Introduction to Database Systems Assignment 5 Answers 2023:

We are updating answers soon Join Group for update: CLICK HERE

Use the following schema of the academic institution relational database in the following questions wherever required.

student(rollNo, name, degree, year, sex, deptNo, advisor) department(deptId, name, hod, phone) professor(empId, name, sex, startYear, deptNo, phone) course(courseId, cname, credits, deptNo) enrollment(rollNo, courseId, sem, year, grade) teaching(empId, courseId, sem, year, classRoom) preRequisite(preCourseId, courseId) deptNo  is a foreign key in the  student, professor  and  course  relations referring to  deptId  of  department  relation;

advisor  is a foreign key in the  student  relation referring to  empId  of  professor  relation;

hod  is a foreign key in the  department  relation referring to  empId  of  professor  relation;

rollNo  is a foreign key in the  enrollment  relation referring to  rollNo  of  student  relation;

courseId  is a foreign key in the  enrollment , teaching relations referring to  courseId  of course relation; empId  is a foreign key of the  teaching  relation referring to  empId  of  professor  relation;

preCourseId  and  courseId  are foreign keys in the  preRequisite  relation referring to  courseId  of the  course  relation.

Q.1. Which of the following SQL sub-language constructs are used to insert rows into tables?

  • Transaction control language
  • None of the above

Q.2. Which of the following relational calculus operators does not have an equivalent keyword in SQL?

  • for all (∀)

Q.3. Suppose that in the given schema, we want to change the teaching table and add an extra column called ‘teachingAssistant’. A teaching assistant is a student who assists the professor of a course in clarifying student-doubts, setting up quizzes and evaluating students etc. Assume that each course is allotted at most one teaching assistant. Which of the following commands is suitable to enforce the above requirement?

  • ALTER TABLE teaching ADD teachingAssistant VARCHAR(10);
  • ALTER TABLE teaching ADD teachingAssistant VARCHAR(10) NOT NULL;
  • ALTER TABLE teaching ADD teachingAssistant VARCHAR(10) REFERENCES professor(empId);
  • ALTER TABLE teaching ADD teachingAssistant VARCHAR(10) REFERENCES student(rollNo);

introduction to database systems nptel assignment 2 answers 2023

Q.4. Which of the following are unique keys in the teaching table definition?

(i) empId, courseId, year (ii) empId, courseId, sem, year (iii) empId, courseId, sem, year, classRoom

  • Only (ii) and (iii)
  • All (i), (ii) and (iii)

Q.5. Suppose that in the given schema, the PRIMARY KEY of preRequisite table is only “courseId”. Then, which of the following statement(s) is(are) TRUE in all data instances of the database?

  • Every course in course table (specified in courseId column) has at least one prerequisite
  • Every course in course table (specified in courseId column) has exactly one prerequisite
  • Every course in preRequisite table (specified in courseId column) has exactly one prerequisite
  • All of the above

Q.6. Suppose we need to find the roll numbers of students whose grades are neither ‘U’ nor ‘W’ in the course having id ‘CS123’. What is the correct SQL query?

  • SELECT rollNo FROM enrollment where courseId = ‘CS123’ and grade != ‘U’ or grade != ‘W’
  • SELECT rollNo FROM enrollment where courseId = ‘CS123’ and NOT (grade != ‘U’ and grade != ‘W’)
  • SELECT rollNo FROM enrollment where courseId = ‘CS123’ and grade NOT EXISTS (‘U’, ‘W’);
  • SELECT rollNo FROM enrollment where courseId = ‘CS123’ and grade NOT IN (‘U’, ‘W’);

Q.7. Which of the following queries would find the students who enrolled in a course twice (Note that a course is usually offered once in a year but some popular courses are offered in both the semesters of the same year)?

Nptel introduction to database systems week 5 answers join group👇, q.8. consider the following query to retrieve the most senior professor (determined based on startyear) :.

SELECT p1.name FROM professor p1 WHERE p1.startYear ———- (SELECT p2.startYear  FROM professor p2)

Which of the following options is the correct filler for the blank ?

Q.9. Which of the following queries would find the courses with at least two prerequisites?

Q.10. consider the following query.

SELECT rollNo as identifier FROM student UNION SELECT empId as identifier FROM professor

Which of the following statements is correct regarding the above query?

  • The query executes only if rollNo of student and empId of professor have same data types
  • The query executes in all cases (irrespective of the data types of rollNo and empId)
  • The query does not execute at all

NPTEL Introduction to Database Systems Assignment 5 Answers Join Group👇

introduction to database systems nptel assignment 2 answers 2023

Disclaimer : This answer is provided by us only for discussion purpose if any answer will be getting wrong don’t blame us. If any doubt or suggestions regarding any question kindly comment. The solution is provided by  Brokenprogrammers . This tutorial is only for Discussion and Learning purpose.

About NPTEL Introduction to Database Systems Course:

Databases are the backbone of almost all the digital services and e-governance solutions. Modern businesses and financial systems heavily depend on databases systems and transaction processing for their successful operation. This course introduces the students to the various theoretical and practical principles involved in the design and use of databases systems with the help of database management systems (DBMS) and the SQL Standard

Course Layout:

  • Week 1    : Introduction and part of E/R Model Module
  • Week 2    : ER Model Module
  • Week 3    : Relational Model Module
  • Week 4    : Relational Model Module
  • Week 5    : TRC Module and part of SQL Module
  • Week 6    : SQL Module
  • Week 7    : Indexes Module
  • Week 8    : Indexes Module + Query Processing Module
  • Week 9    : Normal Forms Module
  • Week 10  : Normal Forms Module
  • Week 11  : Transaction Processing Module
  • Week 12  : Transaction Processing Module

CRITERIA TO GET A CERTIFICATE :

Average assignment score = 25% of average of best 8 assignments out of the total 12 assignments given in the course. Exam score = 75% of the proctored certification exam score out of 100

Final score = Average assignment score + Exam score

YOU WILL BE ELIGIBLE FOR A CERTIFICATE ONLY IF AVERAGE ASSIGNMENT SCORE >=10/25 AND EXAM SCORE >= 30/75. If one of the 2 criteria is not met, you will not get the certificate even if the Final score >= 40/100.

If you have not registered for exam kindly register Through https://examform.nptel.ac.in/

By Brokenprogrammers

Related post, nptel introduction to industry 4.0 and industrial internet of things assignment 8 answers 2023, nptel data mining assignment 8 answers 2023, nptel introduction to machine learning assignment 8 answers 2023, leave a reply cancel reply.

Your email address will not be published. Required fields are marked *

Save my name, email, and website in this browser for the next time I comment.

NPTEL Social Networks Assignment 8 Answers 2023

swayam-logo

  • Review Assignment
  • Announcements
  • About the Course
  • Explore Courses

NPTEL: Exam Registration is open now for Jan 2023 courses!

Dear Candidate, Here is a golden opportunity for those who had previously enrolled in this course, but could not participate in the exams or were absent/did not pass the exam for this course. This course is being reoffered in Jan 2023 and we are giving you another chance to write the exam in April 2023 and obtain a certificate based on NPTEL norms. Do not let go of this unique opportunity to earn a certificate from the IITs/IISc.   IMPORTANT instructions for learners - Please read this carefully     1. The exam date for this course: April 29,2023 2. CLICK HERE to register for the exam. Please fill the exam form using the same Enrolled email id & make fee payment via the form, as before. 3.Choose from the Cities where the exam will be conducted:  Exam Cities 4. You DO NOT have to re-enroll in the courses if you have enough assignment scores in the previous immediate semester when the course was run to obtain a certificate.  5. You DO NOT have to resubmit Assignments in the previous semester if you have enough assignment scores in the previous immediate semester when the course was run to obtain a certificate.  6. If you do enroll to Jan 2023 course, we will take the best average assignment scores across this  semester & the immediate previous semester when the course was run.     NOTE:   Please check once if you have >= 40/100  in average assignment score that were conducted in this course to become eligible for the e-certificate, wherever applicable. If not, please submit assignments again in the Jan 2023 course to become eligible for the e-certificate. We will not be having new assignments in the previous semester's course. It is mandatory to enroll again in the Jan 2023 semester if you want to receive the fresh assignments of this current Jan 2023 semester. You can also submit assignments again if you want to take fresh assignments or need to improve your previous scores.   RECOMMENDATION: If you want to take new assignments or brush up on your lessons for the exam, please enroll in the Jan 2023 course.   LINK to enroll in the current course:    https://onlinecourses.nptel.ac.in/noc23_cs29/preview   4. Exam fees:    If you register for the exam and pay before Mar 17, 2023, 5:00 PM, Exam fees will be Rs. 1000/- per exam.   5. 50% fee waiver for the following categories:    Students belonging to the SC/ST category: please select Yes for the SC/ST option and upload the correct Community certificate.   Students belonging to the PwD category with more than 40% disability: please select Yes for the option and upload the relevant Disability certificate.      6. Last date for exam registration: Mar 17, 2023, 5:00 PM (Friday).     7. Mode of payment: Online payment - debit card/credit card/net banking/UPI.    8. HALL TICKET:     The hall ticket will be available for download tentatively by 2 weeks prior to the exam date . We will confirm the same through an announcement once it is published.    9. FOR CANDIDATES WHO WOULD LIKE TO WRITE MORE THAN 1 COURSE EXAM:- you can add or delete courses and pay separately till the date when the exam form closes. Same day of exam you can write exams for 2 courses in the 2 sessions. Same exam center will be allocated for both the sessions if you are registering for the exam with the same email ID.     10. Data changes:    Last date for data changes: Mar 17, 2023, 5:00 PM:    All the fields in the Exam form except for the following ones can be changed until the form closes.    The following 6 fields can be changed ONLY when there are NO courses in the course cart. And you will be able to edit the following fields only if you: -    REMOVE unpaid courses from the cart And/or - CANCEL paid courses    1. Do you come under the SC/ST category? *  2. SC/ST Proof  3. Are you a person with disabilities? *  4. Are you a person with disabilities above 40%?  5. Disabilities Proof  6. What is your role ?    Note: Once you remove or cancel a course, you will be able to edit these fields immediately.  But, for cancelled courses, refund of fees will be initiated only after 2 weeks.    11. LAST DATE FOR CANCELLING EXAMS and getting a refund: Mar 17, 2023, 5:00 PM     12. Click here to view Timeline and Guideline : Guideline   Domain Certification Domain Certification helps learners to gain expertise in a specific Area/Domain. This can be helpful for learners who wish to work in a particular area as part of their job or research or for those appearing for some competitive exam or becoming job ready or specialising in an area of study.     Every domain will comprise Core courses and Elective courses. Once a learner completes the requisite courses per the mentioned criteria, you will receive a Domain Certificate showcasing your scores and the domain of expertise. Kindly refer to the following link for the list of courses available under each domain: https://nptel.ac.in/domains   Outside India Candidates Candidates who are residing outside India may also fill the exam form and pay the fees. Mode of exam and other details will be communicated to you separately.   Thanks & Regards,  NPTEL TEAM

Thank you for learning with NPTEL!!

Dear Learner, Thank you for taking the course with NPTEL!! Hope you enjoyed the journey with us. The results for this course have been published and we are closing this course now.  You will still have access to the contents and assignments of this course, if you click on the course name from the "Mycourses" tab on swayam.gov.in. For any further queries please write to [email protected] . - Team NPTEL

Introduction to Database Systems : Result Published!

Dear Candidate, The exam scores and E Certificates have been released for April 2022 Exam(s). Step 1 - Are the results of my courses released? Please check the Results published courses list in the below links.:- April 2022 Exam - Click here Step 2 - How to check Results? Please login to internalapp.nptel.ac.in/ . and check your exam results. Use the same login credentials as used to register to the exam. What's next? Please read the pass criteria carefully and check against what you have gotten. If you still have any issues, please report the same here. internalapp.nptel.ac.in/ . We will reply within a week. Last date to report queries: 3 days within publishing of scores. Note : Hard copies of certificates will not be dispatched. The duration shown in the certificate will be based on the timeline of offering of the course in 2022, irrespective of which Assignment score that will be considered. Thanks and Best wishes. NPTEL Team

Introduction to Database Systems : Final Feedback Form

Dear student, We are glad that you have attended the NPTEL online certification course. We hope you found the NPTEL Online course useful and have started using NPTEL extensively. In this regard, we would like to have feedback from you regarding our course and whether there are any improvements, you would like to suggest.   We are enclosing an online feedback form and would request you to spare some of your valuable time to input your observations. Your esteemed input will help us in serving you better. The link to give your feedback is: https://docs.google.com/forms/d/1-BGg_j5FODvcYYycKxYhgwDDBdITixLnpRi_O-utW3c/viewform We thank you for your valuable time and feedback. Thanks & Regards, -NPTEL Team

NPTEL April Exams

Dear Leaner,

_NPTEL Team

Hall Tickets for April Exams are released !

  • If there are any mistakes in the hall ticket such as another person's photo/sign/name, please fill the following Google form & mark the corrections.
  • GForm Link -  https://forms.gle/aqeMCN15MpnTQPpV9 (Deadline - April 22, 2022 at 11.00 AM)
  • These corrections will be reflected in your e-certificate only.
  • No changes will be made in the hall ticket.
  • We will check and verify the same and send an email confirmation.
  • You will still be allowed to write the exam. We will NOT make any changes in the hall ticket issued to you. Please come to the exam centre with the printout of the same hall ticket, along with a valid govt. approved photo id card.
  •  If the photo/sign/name is yours, we WILL NOT upload any updated photo/sign, etc.
  •  Requests for changes in exam city, exam center, session, or course will NOT be entertained.

Introduction to Database Systems : Reevaluation!!

Dear Learners, Assignment 6 submission of all students has been reevaluated by making the weightage as 0 question number 4.  Students are requested to find their revised scores of Assignment 6 on the Progress page. -NPTEL

Reminder: Introduction to Database Systems : Live interaction 2 with Course Instructor !!!

Dear Learner, You can interact LIVE with the Course Instructor Prof. Sreenivasa Kumar, IIT Madras of the course – Introduction to Database Systems Date: 18-04-2022 Time: 4:00 PM Link to login:  https://iitmadras.webex.com/iitmadras/j.php?MTID=ma7b000bec7983869fcb951985bc737ec Meeting ID: 2644 248 0679 Passcode: 1234 Enter your questions you want Professor to answer at  https://docs.google.com/forms/d/e/1FAIpQLSe_hmDLe3vSGXqKWvdV5IKuOA5rGDgCmkqA2pZtrOROlc32Fg/viewform We would also like to hear from you after the session. we request you to share your thoughts in the forum. Learners are encouraged to visit bit.ly/NPTELLIVE for updates on the live sessions. Subscribe to "Interactive Sessions with IIT Profs - NPTEL" for Updates on our Live Sessions -NPTEL team

Dear Learners, Assignment 5 submission of all students has been reevaluated by making the weightage as 0 question number 9.  Students are requested to find their revised scores of Assignment 5 on the Progress page. -NPTEL

Introduction to Database Systems : Week 12 Feedback Form

Dear Learner Thank you for continuing with the course and hope you are enjoying it. We would like to know if the expectations with which you joined this course are being met and hence please do take 2 minutes to fill out our weekly feedback form. It would help us tremendously in gauging the learner experience. Here is the link to the form: https://docs.google.com/forms/d/1gkA3gJE8jAwtPe3jN6iRLdMq8B3Ydcap3jjsVm4FSS0/viewform Thank you. -NPTEL team

Reminder: Introduction to Database Systems : Live interaction with Course Instructor !!!

Dear Learner, You can interact LIVE with the Course Instructor Prof. Sreenivasa Kumar, IIT Madras of the course – Introduction to Database Systems Date: 11-04-2022 Time: 4:30 PM Link to login:  https://iitmadras.webex.com/iitmadras/j.php?MTID=mcc04191b547b2b0b24ebec32acca8221 Meeting ID: 2644 640 3043 Passcode: 1234 Enter your questions you want Professor to answer at  https://docs.google.com/forms/d/e/1FAIpQLSd6cfC-k8A5uDKhXBctStWueKSg46cShnMK_KEMn8IxiceeWQ/viewform We would also like to hear from you after the session. we request you to share your thoughts in the forum. Learners are encouraged to visit bit.ly/NPTELLIVE for updates on the live sessions. Subscribe to "Interactive Sessions with IIT Profs - NPTEL" for Updates on our Live Sessions -NPTEL team

Introduction to Database Systems : Week 12 content is live now !!

Dear Learners, The lecture videos for Week 12 have been uploaded for the course Introduction to Database Systems . The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=99&lesson=100 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment- for Week 12 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=99&assessment=120 Assignment-12 for Week 12 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=99&assessment=133 The assignment has to be submitted on or before Wednesday,[20/04/2022], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Introduction to Database Systems : Week 11 Feedback Form

Introduction to database systems : week 11 content is live now .

Dear Learners, The lecture videos for Week 11 have been uploaded for the course Introduction to Database Systems . The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=91&lesson=92 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment- for Week 11 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=91&assessment=119 Assignment-11 for Week 11 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=91&assessment=132 The assignment has to be submitted on or before Wednesday,[13/04/2022], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Exam Format - April 23, 2022

Dear Candidate, ****This is applicable only for the exam registered candidates**** Type of exam will be available in the list: Click Here You will have to appear at the allotted exam center and produce your Hall ticket and Government Photo Identification Card (Example: Driving License, Passport, PAN card, Voter ID, Aadhaar-ID with your Name, date of birth, photograph and signature) for verification and take the exam in person.  You can find the final allotted exam center details in the hall ticket. The hall ticket is yet to be released . We will notify the same through email and SMS. Type of exam: Computer based exam (Please check in the above list corresponding to your course name) The questions will be on the computer and the answers will have to be entered on the computer; type of questions may include multiple choice questions, fill in the blanks, essay-type answers, etc. Type of exam: Paper and pen Exam  (Please check in the above list corresponding to your course name) The questions will be on the computer. You will have to write your answers on sheets of paper and submit the answer sheets. Papers will be sent to the faculty for evaluation. On-Screen Calculator Demo Link: Kindly use the below link to get an idea of how the On-screen calculator will work during the exam. https://tcsion.com/ OnlineAssessment/ ScientificCalculator/ Calculator.html NOTE: Physical calculators are not allowed inside the exam hall. -NPTEL Team

Introduction to Database Systems : Week 10 Feedback Form

Introduction to database systems : week 10 content is live now .

Dear Learners, The lecture videos for Week 10 have been uploaded for the course Introduction to Database Systems . The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=84&lesson=85 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment- for Week 10 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=84&assessment=118 Assignment-9 for Week 10 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=84&assessment=131 The assignment has to be submitted on or before Wednesday,[06/04/2022], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Introduction to Database Systems : Week 9 Feedback Form

Introduction to database systems : week 9 content is live now .

Dear Learners, The lecture videos for Week 9 have been uploaded for the course Introduction to Database Systems . The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=76&lesson=77 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment- for Week 9 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=76&assessment=117 Assignment-9 for Week 9 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=76&assessment=130 The assignment has to be submitted on or before Wednesday,[30/03/2022], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Introduction to Database Systems : Week 8 Feedback Form

Introduction to database systems : week 8 content is live now .

Dear Learners, The lecture videos for Week 8 have been uploaded for the course Introduction to Database Systems . The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=69&lesson=70 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment-8 for Week 8 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=69&assessment=116 Assignment-8 for Week 8 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=69&assessment=129 The assignment has to be submitted on or before Wednesday,[23/03/2022], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Introduction to Database Systems : Week 7 Feedback Form

Introduction to database systems : week 7 content is live now .

Dear Learners, The lecture videos for Week 7 have been uploaded for the course Introduction to Database Systems . The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=62&lesson=63 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment-7 for Week 7 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=62&assessment=115 Assignment-7 for Week 7 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=62&assessment=128 The assignment has to be submitted on or before Wednesday,[16/03/2022], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Introduction to Database Systems : Week 6 Feedback Form

Dear Learner Thank you for continuing with the course and hope you are enjoying it. We would like to know if the expectations with which you joined this course are being met and hence please do take 2 minutes to fill out our weekly feedback form. It would help us tremendously in gauging the learner experience. Here is the link to the form: https://docs.google.com/forms/d/1gkA3gJE8jAwtPe3jN6iRLdMq8B3Ydcap3jjsVm4FSS0/viewform Thank you. _NPTEL team

Introduction to Database Systems : Week 6 content is live now !!

Dear Learners, The lecture videos for Week 6 have been uploaded for the course Introduction to Database Systems . The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=54&lesson=55 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment_5 for Week 6 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=54&assessment=114 Assignment-6 for Week 6 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=54&assessment=127 The assignment has to be submitted on or before Wednesday,[09/03/2022], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, _NPTEL Team

Introduction to Database Systems : Week 5 Feedback Form

Introduction to database systems : week 5 content is live now .

Dear Learners, The lecture videos for Week 5 have been uploaded for the course “ Introduction to Database Systems ”. The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=47&lesson=48 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment_5 for Week 5 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=47&assessment=113 Assignment_5 for Week 5 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=47&assessment=126 The assignment has to be submitted on or before Wednesday,[02/03/2022], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, _NPTEL Team

Introduction to Database Systems : Week 4 Feedback Form

Introduction to database systems : week 4 content is live now .

Dear Learners, The lecture videos for Week 4 have been uploaded for the course “ Introduction to Database Systems ”. The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=39&lesson=40 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment-4 for Week 4 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=39&assessment=112 Assignment-4 for Week 4 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=39&assessment=125 The assignment has to be submitted on or before Wednesday,[23/02/2022], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Introduction to Database Systems : Week 3 Feedback Form

Assignments for week 1 & 2 due on feb 9 2022 .

Dear Learner, Assignments for Week 1 & 2 are open for submission .The last date for submission is Feb 9 2022 IST 23:59 . If you have not submitted the assignments ,kindly submit the same before the due date. -NPTEL Team.

Introduction to Database Systems : Week 3 content is live now !!

Dear Learners, The lecture videos for Week 3 have been uploaded for the course “ Introduction to Database Systems ”. The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=31&lesson=32 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment-3 for Week 3 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=31&assessment=111 Assignment-3 for Week 3 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=31&assessment=124 The assignment has to be submitted on or before Wednesday,[16/02/2022], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Introduction to Database Systems : Week 2 Feedback Form

Introduction to database systems - week-2 content is live now .

Dear Learners, The lecture videos for Week 2 have been uploaded for the course " Introduction to Database Systems ". The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=24&lesson=25 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment-2 for Week-2 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=24&assessment=110 Assignment- 2 for Week-2 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=24&assessment=123 The assignment has to be submitted on or before Wednesday,[09/02/2022], 23:59 IST . As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Introduction to Database Systems : Week 1 Feedback form

Attention: regarding the social media groups.

Dear Learners, The discussion forum, which is embedded on the course portal,  is the only authentic medium to communicate regarding this course . This Forum is monitored by the Faculty coordinator and team and on which we will respond. NPTEL is NOT responsible for any whatsapp group or any other group created in any social media platform.  Request the learners to refrain from sharing phone numbers and other details which may be misused as this is a public group and this information is available to all members in this group. This kind of activity is strictly prohibited and NPTEL will not be responsible for misuse of any such information. All the best, Happy Learning! -NPTEL Team

Introduction to Database Systems - Week-1 content is live now !!

Dear Learners, The lecture videos for Week 1 have been uploaded for the course " Introduction to Database Systems ". The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=17&lesson=18 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment-1 for Week-1 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=17&assessment=109 Assignment-1 for Week-1 is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=17&assessment=122 The assignment has to be submitted on or before Wednesday,[09/02/2022], 23:59 IST . As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Introduction to Database Systems - Week-1 video is live now !!

  Dear Learners,   The lecture videos for  Week 1  have been uploaded for the course “ Introduction to Database Systems ”. The lectures can be accessed using the following link:   Link:  https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=17&lesson=18   The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already).   Assignment will be released shortly.   As we have done so far, please use the discussion forums if you have any questions on this module.   Thanks and Regards,   -NPTEL Team

Introduction to Database Systems : Assignment 0 is live now!!

Dear Learners, We welcome you all to this course " Introduction to Database Systems  " . The assignment 0 has been released. This assignment is based on a prerequisite of the course. You can find the assignment in the link : https://onlinecourses.nptel.ac.in/noc22_cs57/unit?unit=16&assessment=121   Please note that this assignment is for practice and it will not be graded. Thanks & Regards   -NPTEL Team

NPTEL: Exam Registration is open now for Jan 2022 courses!

Dear Learner, 

Here is the much-awaited announcement on registering for the Jan 2022 NPTEL course certification exam. 

1. The registration for the certification exam is open only to those learners who have enrolled in the course. 

2. If you want to register for the exam for this course, login here using the same email id which you had used to enroll to the course in Swayam portal. Please note that Assignments submitted through the exam registered email id ALONE will be taken into consideration towards final consolidated score & certification. 

3 . Date of exam: April 23, 2022

CLICK HERE to register for the exam.

Choose from the Cities where exam will be conducted: Exam Cities

4. Exam fees: 

If you register for the exam and pay before March 14, 2022, 10:00 AM, Exam fees will be Rs. 1000/- per exam . 

If you register for exam before March 14, 2022, 10:00 AM and have not paid or if you register between March 14, 2022, 10:00 AM & March 18, 2022, 10:00 AM, Exam fees will be Rs. 1500/- per exam 

5. 50% fee waiver for the following categories: 

Students belonging to the SC/ST category: please select Yes for the SC/ST option and upload the correct Community certificate.

Students belonging to the PwD category with more than 40% disability: please select Yes for the option and upload the relevant Disability certificate. 

6. Last date for exam registration: March 18, 2022 10:00 AM (Friday). 

7. Mode of payment: Online payment - debit card/credit card/net banking. 

8. HALL TICKET: 

The hall ticket will be available for download tentatively by 2 weeks prior to the exam date . We will confirm the same through an announcement once it is published. 

9. FOR CANDIDATES WHO WOULD LIKE TO WRITE MORE THAN 1 COURSE EXAM:- you can add or delete courses and pay separately – till the date when the exam form closes. Same day of exam – you can write exams for 2 courses in the 2 sessions. Same exam center will be allocated for both the sessions. 

10. Data changes: 

Last date for data changes: March 18, 2022 10:00 AM :  

All the fields in the Exam form except for the following ones can be changed until the form closes. 

The following 6 fields can be changed ONLY when there are NO courses in the course cart. And you will be able to edit the following fields only if you: - 

REMOVE unpaid courses from the cart And/or - CANCEL paid courses 

1. Do you come under the SC/ST category? * 

2. SC/ST Proof 

3. Are you a person with disabilities? * 

4. Are you a person with disabilities above 40%? 

5. Disabilities Proof 

6. What is your role ? 

Note: Once you remove or cancel a course, you will be able to edit these fields immediately. 

But, for cancelled courses, refund of fees will be initiated only after 2 weeks. 

11. LAST DATE FOR CANCELLING EXAMS and getting a refund: March 18, 2022 10:00 AM  

12. Click here to view Timeline and Guideline : Guideline  

Domain Certification

Domain Certification helps learners to gain expertise in a specific Area/Domain. This can be helpful for learners who wish to work in a particular area as part of their job or research or for those appearing for some competitive exam or becoming job ready or specialising in an area of study.  

Every domain will comprise Core courses and Elective courses. Once a learner completes the requisite courses per the mentioned criteria, you will receive a Domain Certificate showcasing your scores and the domain of expertise. Kindly refer to the following link for the list of courses available under each domain: https://nptel.ac.in/noc/Domain/discipline.html

Thanks & Regards, 

Introduction to Database Systems: Welcome to NPTEL Online Course - Jan 2022!!

  • Every week, about 2.5 to 4 hours of videos containing content by the Course instructor will be released along with an assignment based on this. Please watch the lectures, follow the course regularly and submit all assessments and assignments before the due date. Your regular participation is vital for learning and doing well in the course. This will be done week on week through the duration of the course.
  • Please do the assignments yourself and even if you take help, kindly try to learn from it. These assignments will help you prepare for the final exams. Plagiarism and violating the Honor Code will be taken very seriously if detected during the submission of assignments.
  • The announcement group - will only have messages from course instructors and teaching assistants - regarding the lessons, assignments, exam registration, hall tickets, etc.
  • The discussion forum (Ask a question tab on the portal) - is for everyone to ask questions and interact. Anyone who knows the answers can reply to anyone's post and the course instructor/TA will also respond to your queries.
  • Please make maximum use of this feature as this will help you learn much better.
  • If you have any questions regarding the exam, registration, hall tickets, results, queries related to the technical content in the lectures, any doubts in the assignments, etc can be posted in the forum section
  • The course is free to enroll and learn from. But if you want a certificate, you have to register and write the proctored exam conducted by us in person at any of the designated exam centres.
  • The exam is optional for a fee of Rs 1000/- (Rupees one thousand only).
  • Date and Time of Exams: April 23, 2022 Morning session 9am to 12 noon; Afternoon Session 2 pm to 5 pm.
  • Registration URL: Announcements will be made when the registration form is open for registrations.
  • The online registration form has to be filled and the certification exam fee needs to be paid. More details will be made available when the exam registration form is published. If there are any changes, it will be mentioned then.
  • Please check the form for more details on the cities where the exams will be held, the conditions you agree to when you fill the form etc.
  • Once again, thanks for your interest in our online courses and certification. Happy learning.

A project of

introduction to database systems nptel assignment 2 answers 2023

In association with

introduction to database systems nptel assignment 2 answers 2023

IMAGES

  1. Introduction to Database Systems

    introduction to database systems nptel assignment 2 answers 2023

  2. NPTEL Data Base Management System Assignment 2 Answers 2023

    introduction to database systems nptel assignment 2 answers 2023

  3. Introduction to Database Systems

    introduction to database systems nptel assignment 2 answers 2023

  4. NPTEL

    introduction to database systems nptel assignment 2 answers 2023

  5. Introduction to Database Systems

    introduction to database systems nptel assignment 2 answers 2023

  6. Introduction to Database Systems Nptel Assignment Week 2 Solutions

    introduction to database systems nptel assignment 2 answers 2023

VIDEO

  1. Deep Learning week 1 Assignment 1 solutions || 2023

  2. Distributed Systems || NPTEL

  3. Nptel Database Management System Week 5 Assignment 5 Answers and Solutions 2024

  4. Introduction to Database System Assignment 10 NPTEL Week 10 with Programming All Solution

  5. Data base Management System

  6. Programming, Data Structures and Algorithms using Python || NPTEL week 2 answers 2023 || #nptel

COMMENTS

  1. Introduction to Database Systems

    Assignment Link: https://onlinecourses.nptel.ac.in/noc23_cs29/unit?unit=17&assessment=126DISCLAIMER: These are just for reference, It is advisable to go thro...

  2. PDF noc20 cs03 assigment 2

    As per our records you have not submitted this assignment. 1) Storing data and meta-data separately makes RDBMS general-purpose and flexible. True False No, the answer is incorrect. Score: 0 Accepted Answers: 2) "Data Model" is nothing but a data structure where data is stored. True False No, the answer is incorrect.

  3. Introduction to Database Systems

    About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features NFL Sunday Ticket Press Copyright ...

  4. Introduction to Database Systems Week 2 Assignment Answers || Nptel

    Introduction to Database Systems Week 2 Assignment Answers || Nptel asignment week 2 Answers#mrethic #nptel2023 #nptel #nptelsolution Introduction to Databas...

  5. Introduction to Database Systems

    This course introduces the students to the various theoretical and practical principles involved in the design and use of databases systems with the help of database management systems (DBMS) and the SQL Standard. Note: This exam date is subjected to change based on seat availability. You can check final exam date on your hall ticket.

  6. NPTEL Assignment Answers And Solutions Jan-Apr 2024 Progiez

    NPTEL Assignment Answers and solutions of all courses. Week 1,2,3, 4, 5, 6, 7 , 8, 9, 10 ,11, 12 Answers. By Swayam platform. Jan Apr 2024 by progiez

  7. NPTEL Introduction to Database Systems Assignment 2 Answers 2023

    Hello Learners, In this Post, you will find NPTEL Introduction to Database Systems Assignment 2 Week 2 Answers 2023.All the Answers are provided below to help the students as a reference don't straight away look for the solutions.. NPTEL Introduction to Database Systems Assignment 3 Answers Join Group👇

  8. Introduction to Database Systems

    There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: April 21, 2023 - Friday. Time:06.00 PM - 08.00 PM.

  9. Introduction to Database Systems

    NPTEL :: Computer Science and Engineering - NOC:Introduction to Database Systems. Courses. Computer Science and Engineering. NOC:Introduction to Database Systems (Video) Syllabus. Co-ordinated by : IIT Madras. Available from : 2019-11-13. Lec : 1. Watch on YouTube.

  10. NPTEL Data Base Management System Assignment 2 Answers 2023

    This article will help you with the answer to the National Programme on Technology Enhanced Learning Course " Data Base Management System Assignment 2 " Below you can find the answers for Data Base Management System Assignment 2 Answers 2023. NPTEL Data Base Management System Assignment 2 Answers 2023:-Q.1.

  11. NPTEL Introduction to Database Systems Week 3 Assignment Answers 2024

    NPTEL Introduction to Database Systems Week 3 Assignment Answers 2024. 1. Some relations may not have a key. True; False; Answer :- For Answer Click Here 2. An attribute name should not be used in more than one relation.

  12. NPTEL Introduction to Database Systems Assignment 2 Answers 2024

    This course introduces the students to the various theoretical and practical principles involved in the design and use of databases systems with the help of database management systems (DBMS) and the SQL Standard. NPTEL Introduction to Database Systems Assignment 2 Answers 2024: 1. An attribute of an entity can be both simple as well as multi ...

  13. NPTEL Data Base Management System Assignment 1 Answers 2023

    Q2. Identify the valid primary key for the relation paper_info from the given instance. Answer:- a. Q3. Identify the correct statement/s. a) Project (pCode, pName) is an instance of a relation schema. b) Project (pCode, pName) is an example of a physical schema. c) (2245, HardFort) is an instance of a relation schema.

  14. NPTEL 2022

    This set of MCQ (multiple choice questions) focuses on the Data Base Management System NPTEL 2022 Week 2 Assignment Solutions. The course introduces relational data models; entity-relationship modeling, SQL, data normalization, and database design. Further it introduces query coding practices using MySQL (or any other open system) through ...

  15. nptel-solutions · GitHub Topics · GitHub

    Add this topic to your repo. To associate your repository with the nptel-solutions topic, visit your repo's landing page and select "manage topics." GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.

  16. NPTEL

    Hello everyone,In this video, I have provided you with the 100 percent correct solutions of week 5 of the course "Introduction to Database Systems".

  17. Introduction to Database Systems

    Introduction to Database Systems - Problem Solving Session Recording is available!! Dear Learner, We have uploaded the Recorded videos of the Live Interaction Session - Problem solving Session of Week 1. Videos are uploaded inside the Separate Unit called "Problem solving Session" along with the slides used wherever applicable.

  18. NPTEL Introduction to Database Systems Assignment 5 Answers 2023

    Disclaimer: This answer is provided by us only for discussion purpose if any answer will be getting wrong don't blame us.If any doubt or suggestions regarding any question kindly comment. The solution is provided by Brokenprogrammers.This tutorial is only for Discussion and Learning purpose.. About NPTEL Introduction to Database Systems Course:

  19. Week 1 Solution

    c) Physical level abstraction describes data stored in a database and their relationships. d) Logical level abstraction defines the physical schema. Answer: a), b) Explanation: As per the lecture notes (Module 02: Introduction to DBMS/1). Physical level: describes how a record is stored. Logical level: describes data stored in the database, and ...

  20. Nptelallass 22

    Database Management System: Assignment 1. Total Marks : 20. June 7, 2022 Question 1. Consider the following table: student student roll name dept code dept name project group CS121 Rohit D01 CSE Image Processing CS432 Sidra D03 IT Computer Architecture CS432 Sidra D03 IT Ethical Hacking CS133 Reeta D02 ECE Signal Processing CS133 Reeta D02 ECE Image Processing EE134 Rina D04 EE Image Processing

  21. Introduction to Database Systems

    Databases are the backbone of almost all the digital services and e-governance solutions. Modern businesses and financial systems heavily depend on databases...

  22. Introduction to Database Systems

    Introduction to Database Systems - - Announcements. NPTEL: Exam Registration is open now for Jan 2023 courses! Dear Candidate, Here is a golden opportunity for those who had previously enrolled in this course, but could not participate in the exams or were absent/did not pass the exam for this course. This course is being reoffered in Jan 2023 ...