SQL Server Interview: How to prevent ‘SELECT *’ using T-SQL Script?

More

SQL Server Interview: A Golden question, Can we disable the Clustered Index?

More

A Day in the life of a DBA !

More

NoSQL: The latest buzzword in Data Science, What is NoSQL? (Day 1)

More

Database Research & Development

  • Home
  • NoSQL
    • NoSQL
    • Cassandra
  • Databases
    • Database Theory
    • Database Designing
    • SQL Server Coding Standards
    • SQL Server
    • PostgreSQL
    • MySQL
    • Greenplum
    • Linux
  • Interviews
    • SQL Server Interviews
    • MySQL Interviews
    • SQL Puzzles
  • DBA Scripts
    • SQL Server DBA Scripts
    • PostgreSQL DBA Scripts
    • MySQL DBA Scripts
    • Greenplum DBA Scripts
  • Home
  • Blog Archives !
  • (: Laugh@dbrnd :)
  • Contact Me !
sqlserverinterviews

PostgreSQL: Use PSQL command line variable to make your SQL Queries Dynamic

In this post, I am sharing tips like how to use a psql session variable to make your queries more dynamic in PostgreSQL. As a DBA, we prepared lots of .sql files in our server for different purposes like check DB stats, get tables size, get object information. We are executing this scripts (.sql files) […]

June 19, 2017 PostgreSQL
June 18, 2017

SQL Puzzle: SQL Advance Query – Find first 100 Prime numbers in SQL Server

June 17, 2017

SQL Puzzle: SQL Advance Query – Draw a Triangle without using any Loop

June 16, 2017

SQL Puzzle: SQL Advance Query – Find the distinct combination from cross Columns

June 15, 2017

Greenplum: Script to find Role information with associated Resource Queue

June 14, 2017

SQL Puzzle: Advance SQL Query – Convert single cell of table into multiple Rows

June 13, 2017

PostgreSQL: Find a list of active Temp tables with Size and User information

June 12, 2017

SQL Server: How to keep a few records in Top result of ORDER BY

June 11, 2017

Linux: Importance of first line comment “#!/bin/sh” in a shell script

June 10, 2017

Linux: If your shell script is running, skip the next execution and exit it

Older postsNewer posts
Follow Me !
  • Facebook
  • Linkedlin
  • Twitter
  • Google
  • Youtube
  • Flickr
MySQL !
Find top N records for each group in MySQL
MySQL: How to Enable and Disable Foreign Key Constraint?
MySQL Error Handling
MySQL: The BLACKHOLE Storage Engine, Perform Dummy Insert on Table
MySQL: Frequently asked Interview Questions and Answers Part 3
MySQL: The Main difference between InnoDB and MyISAM
MySQL String Functions
PostgreSQL !
PostgreSQL 9.4: Using FILTER CLAUSE, multiple COUNT(*) in one SELECT Query for Different Groups
PostgreSQL 9.5: SELECT JSON Formatted data using jsonb_pretty()
PostgreSQL: How to switch the Database Connection?
dbrnd.com published 125 Posts: This Gratitude Post for Readers
PostgreSQL: Create Index using ORDER BY (ASC/DESC)
PostgreSQL: Example of RANGE Data Type
Database Theory: What is difference between MySQL and PostgreSQL?
About Me!

I'm Anvesh Patel, a Database Engineer certified by Oracle and IBM. I'm working as a Database Architect, Database Optimizer, Database Administrator, Database Developer. Providing the best articles and solutions for different problems in the best manner through my blogs is my passion. I have more than six years of experience with various RDBMS products like MSSQL Server, PostgreSQL, MySQL, Greenplum and currently learning and doing research on BIGData and NoSQL technology. -- Hyderabad, India.

About DBRND !

dbrnd

This is a personal blog (www.dbrnd.com).

Any views or opinions represented in this blog are personal and belong solely to the blog owner and do not represent those of people, institutions or organizations that the owner may or may not be associated with in professional or personal capacity, unless explicitly stated.

Feel free to challenge me, disagree with me, or tell me I’m completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever (abusive, profane, rude, or anonymous comments) - so keep it polite.

The content of this website is protected by copyright. No portion of this website may be copied or replicated in any form without the written consent of the website owner.

Recent Comments !
  • Anvesh Patel { Sure will do... } – May 27, 12:43 PM
  • Anvesh Patel { Great... } – May 27, 12:41 PM
  • Anvesh Patel { Great... } – May 27, 12:39 PM
  • Anvesh Patel { Great... } – May 27, 12:36 PM
  • Anvesh Patel { Great... } – May 27, 12:28 PM
  • Anvesh Patel { Great... } – May 27, 12:27 PM
  • Anvesh Patel { Great... } – May 27, 12:16 PM
  • Older »
Follow Me !
  • facebook
  • linkedin
  • twitter
  • youtube
  • google
  • flickr
© 2015 – 2019 All rights reserved. Database Research & Development (dbrnd.com)
Posting....