Skip to main content

Posts

Showing posts with the label database

40,000 Weapons in Just 6 Hours

  You might have also been shocked by reading the Title... and might be thinking what are we talking about.  Wait... it's just starting, we got more... With the increasing use of computers and growing technologies, machine learning and artificial intelligence is gaining popularity and has also become one of the most trending jobs in recent years. But as we know everything has both positive and negative sides. The same is the case here also, a machine learning model takes a lot and a lot of effort to design and achieve a model that can work for the betterment of human society, but it takes lesser effort to make the machine perform against or make wrong judgements. A Brief Background A machine learning model to find new therapeutic inhibitors of targets for human diseases, which guides a molecule generator "MegaSyn".  A public database was used to train the AI model which was created after inverting the basic principle of the MegaSyn, i.e. the Machine Learning model which w

SQL VS NoSQL

What is SQL Structured Query Language is also known as SQL is one of the most commonly used querying languages across the world. Ever since its inception, demand for SQL is growing and has been able to find its root from a small startup to a mammoth company. One of the biggest factors for its popularity is most of the software that is present in the market are Open-Source, Easy to grasp and install.  What is NoSQL  Non-SQL or NoSQL is used for querying the data outside the traditional SQL databases. This is because of the distributed architecture. NoSQL is also known as Not Only SQL because it is can still store the data stored by traditional SQL, only the way of storing differs. They can also differ based on data models. The most common data models are document, key-value, column, and graph. Let's dive deeper and try to find the dissimilarities between the two. 

SQL --- Structured Query Language

  What is SQL? Structured Query Language is also known as SQL is the database language and is one of the most famous and in-demand technology.  This language was specially developed for database management i.e. creating a database, inserting and updating records in them, managing accesses and retrieving data from it. SQL is mostly used for Relational Database Management Systems.  Its demand is increasing every single day. As there is an increase in data, demand and need for SQL increases. It is been used by web developers, data analysts, data engineers, and in every other field where we need to store and retrieve data.  One of the main reasons why SQL is gaining popularity is that it is simple, easy, quick, and powerful. Another reason is that the most commonly used version of SQL(MySQL) is open-source(FREE) Another great feature of  SQL is Non Procedural language(explained in the next section).