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

MySQL: UDF to SELECT value from a Comma Separated String at any position

In this post, I am sharing one user defined function to select a particular value from comma separated string in the MySQL. In our MySQL Database, we are managing some of the table in which we are storing dynamic content management system (CMS) related data. As per the requirement, we are also storing comma delimited […]

October 15, 2016 MySQL
October 14, 2016

MySQL: Increase the Performance of CREATE INDEX and DROP INDEX for InnoDB

October 13, 2016

MySQL 5.7: How to create an Index on JSON Data Type Column

October 12, 2016

MySQL 5.7: Introduced JSON Functions for Search and Manipulation

October 11, 2016

MySQL 5.7: Introduced Awesome JSON Data Type

October 10, 2016

PostgreSQL: How the Rows are stored Physically using ctid?

October 9, 2016

PostgreSQL: What is Visibility Map (VM)?

October 8, 2016

PostgreSQL: What is a Free Space Map (FSM)?

October 7, 2016

PostgreSQL: What is TOAST (The Oversized-Attribute Storage Technique)

October 6, 2016

PostgreSQL 9.5: SELECT JSON Formatted data using jsonb_pretty()

Older postsNewer posts
Follow Me !
  • Facebook
  • Linkedlin
  • Twitter
  • Google
  • Youtube
  • Flickr
MySQL !
MySQL: CSV Storage Engine, Store Table data into CSV File
MySQL: FEDERATED Table Engine – SELECT data from another Server (Part 1/4)
MySQL: Script to find all the Tables without having a Primary Key
Find top N records for each group in MySQL
dbrnd.com published 125 Posts: This Gratitude Post for Readers
MySQL: Frequently asked Interview Questions and Answers Part 1
MySQL: InnoDB Table Compression, How we can Compressed Table?
PostgreSQL !
PostgreSQL: Script to find Orphaned Sequence, not owned by any Column
PostgreSQL: How to obtain a Lock on Table?
PostgreSQL: VACUUM VERBOSE to find data pages and dead row versions
PostgreSQL: How to calculate RANK in a query (DENSE_RANK())
PostgreSQL: Use pg_dump | SSH | psql, Copy Table data from a Server to another Server
PostgreSQL: Replace String data in all the Columns of a Table
PostgreSQL: Set listen_addresses for multiple Host Addresses
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....