Skip to main content

Evolution of databases

 The database has completed more than 50 years of jorney of its evolution from flat system to relation and object systeam . It has gone several generations  

Comments

Popular posts from this blog

What is a programming language?

 When beginning your coding journey, you may find yourself asking, "What exactly is a programming language?"   The code is pretty much like writing a paragraph of instruction or creating a to-do list to computers. Unlike us humans, the to-do list and instructions you write for the computer has to be extremely detailed and written in some logic. With code and programming, you can get to draw complex shapes and create rich computer graphics,

What is C Programming Langauge?

 C is a general-purpose programming language that is extremely popular, simple, and flexible to use. It is a structured programming language that is machine-independent and extensively used to write various applications, Operating Systems like Windows, and many other complex programs like Oracle database, Git, Python interpreter, and more. It is said that 'C' is a god's programming language. One can say, C is a base for the programming. If you know 'C,' you can easily grasp the knowledge of the other programming languages that uses