---
title: "What is bind reference and how can it be created?"  
description: "What is bind reference and how can it be created?"  
author: "Sumit Kesarwani"  
published: 2014-01-31  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1911/what-is-bind-reference-and-how-can-it-be-created  
category: "mysql"  
tags: ["mysql"]  
reading_time: 1 minute  

---

# What is bind reference and how can it be created?

Bind reference are used to replace the single value in sql, pl/sql statements a bind reference can be created using a (:) before a column or a parameter name.

## Answers

### Answer by Sumit Kesarwani

Bind reference are used to replace the single value in sql, pl/sql statements a bind reference can be created using a (:) before a column or a parameter name.


---

Original Source: https://www.mindstick.com/interview/1911/what-is-bind-reference-and-how-can-it-be-created

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
