@devabhinav
Be consistent. Everything is possible :)
Nothing here yet.
Nothing here yet.
Dec 16, 2025 · 4 min read · Anomaly — have you heard this term in your DBMS class? I know you have surely heard about it, because this is the root of most of the mess created in DBMS. An anomaly is a problem that is likely to happen if the database is not designed properly. But...
Join discussionDec 13, 2025 · 5 min read · Transactions ? What is that ? Sending money to your father’s account from your bank account , is it? Well the answer is yes, anything that get its state changed from one to another in a instance of time can be called transaction. But we are in world ...
Join discussionDec 12, 2025 · 3 min read · Is self a keyword? The answer is no!! Then what is this? Well before answering this question I would like to share where we use self. Lets see a code snippet : class Student: def __init__(self, student_id, name): self.student_id = student...
Join discussionMar 14, 2025 · 2 min read · Three major innovations in programming have been devised to cope with the problem of complexity. They are: Object Oriented Programming The Unified Modeling Language Improved Software development processes Object Oriented Programming (OOP) In thi...
Join discussion