Git/GitHub is a useful tools for programmers, it's a tool for collaboration, control, task management and best of all, it can backup all your code and store it to your git hub account. So, if you ever lose your folder with all your coding projects, then you can defiantly say git-hub saved my life!!!!
SQL databases are primarily called relational database. Whereas, NoSQL databases are primarily called the non-relational database. Whenever you want to create an application where there will be a relationship between the tables, like one-to-many or many-to-many or one-to-one, then you can go with the SQL database. On the other hand, if the tables do not have any relations then you can go with the NoSQL database choice.
Comments
Post a Comment