Skip to content
Creating table in postgresql

The CREATE TABLE statement is used to creating a table in the provided schema. If a schema name is given, then the table will be create in the specified schema. Otherwise it will create in the current schema. The tables cannot have the same name as any existing data type in the same schema because CREATE TABLE statement automatically creates a data type that represents the composite type corresponding to one… Read More »Creating Tables in PostgreSQL

Creating Tables in PostgreSQL

Many of the Microsoft Word document formats requires header only on the first page. There are different methods to achieve it. Some method includes insertion of section break in the first page as an additional step while other simply involves ticking a check box. Here we will cover the latter one which is simple and faster. Steps to Insert Header Only on First Page The following method works in Word… Read More »How to Insert Header Only on First Page of Ms Word document

How to Insert Header Only on First Page of Ms Word document

For inserting a new field in an existing table, use the ALTER statement. The ALTER TABLE statement is used to add, delete, or modify columns in an existing table. To add a new column to an existing table, use the  ADD COLUMN statement. Syntax Specify the name of the table that you want to add a new column to after the ALTER TABLE keyword and then specify the name of the new column with its data type and… Read More »Adding one or more Column in Existing Table in PostgreSQL

Adding one or more Column in Existing Table in PostgreSQL

PostgreSQL is one of the popular object-relational database management system (ORDBMS). It was developed at the Computer Science Department at the University of California. PostgreSQL is easy to set up and install. It offers support for SQL and NoSQL. It has a great community which happy to serve you when you are facing issues while using PostgreSQL. Data Science has evolved, and while many data scientists still work with CSV files… Read More »PostgreSQL : DBMS of the Year

PostgreSQL : DBMS of the Year

Circle is one of the basic shapes that you may need. However, drawing a circle in Word and PowerPoint is not straightforward. But with the simple trick, you can quickly draw a perfect circle of any size in Word or PowerPoint. Steps to draw a Circle in Word and Power Point In the Insert Tab, click on Shapes From the drop-down list, click on Oval under Basic Shapes Left click… Read More »How to draw circle in Word or PowerPoint?

How to draw circle in Word or PowerPoint?

Ms Word has a feature to insert 112 arrows. Of these, we often used eight reaction arrows. This blog covers 4 different ways to insert these arrows in Ms Word. At the end, we summarize all the shortcut. Four methods to insert reaction arrows in Word Four methods to insert reaction arrows in Ms Word includes Math Autocorrect (similar to LaTeX and fastest & easiest to remember), Insert > Equations,… Read More »How to insert Reaction Arrows in Word: 4 Methods

How to insert Reaction Arrows in Word: 4 Methods

Exit mobile version