PostgreSQL LIKE condition
- 10 September 2020
- Database Performance ManagementSoftware Engineering
PostgreSQL LIKE condition allows using wildcards (metacharacters) in WHERE proposal of SELECT, INSERT, UPDATE or DELETE operator. This allows for patt…
PostgreSQL DROP TABLE statement
- 9 September 2020
- OracleSoftware Engineering
PostgreSQL DROP TABLE statement allows you to remove a table from a PostgreSQL database….
PostgreSQL TRUNCATE TABLE statement
PostgreSQL TRUNCATE TABLE statement is used to remove (truncate) all records from a table or set of tables in PostgreSQL. It performs the same fu…
How to install MongoDB in Ubuntu 20.04
MongoDB is a free open source database of documents. It belongs to a family of databases called NoSQL, which is different from traditional table-based…
PostgreSQL CREATE USER statement
- 8 September 2020
- Machine learningOracleSoftware Engineering
PostgreSQL CREATE USER statement creates a database account, which allows you to log in to a PostgreSQL database…
The views expressed on this blog are those of the author and do not necessarily reflect the opinions of Enteros Inc. This blog may contain links to the content of third-party sites. By providing such links, Enteros Inc. does not adopt, guarantee, approve, or endorse the information, views, or products available on such sites.
Are you interested in writing for Enteros’ Blog? Please send us a pitch!