Data tables are the most basic building blocks even of a large database. To query a particular data in a table we use SQL(Structured Query Language), and also those tables can be created by using SQL. In this post, you will learn how to create a simple Table in SQL. Just suppose you are responsible…… Continue reading how to CREATE a simple table with the Constraints in SQL
Category: Programming
Let’s start High-level programming with java
The most interesting topic in Software field that each of everyone likes to learn is programming. Because programming is not a thing that only Software professionals do, it is a thing that covers many fields all around the world. It is rare to find a person who does not know the meaning of ‘Computer Programming’.…… Continue reading Let’s start High-level programming with java
Let’s start your journey from PostgreSQL
In a previous post i discussed about Database Management Systems, there are very famous commercial and non-commercial DBMS’s available on the internet that you can easily download, and some of those DBMS’s need zero SQL knowledge for working on it. however, if you are a software developer or a Database Administrator then you must have…… Continue reading Let’s start your journey from PostgreSQL
What is a computerized database
Simply what is a database and why we need a database, What is a Database As you know, a long time ago all most all the documentations were done by hand writing in order to store them to use again at a particular time. If you have a lots of related data that is written…… Continue reading What is a computerized database