From 781ad500085e706efcad66958cd9b6780572b842 Mon Sep 17 00:00:00 2001 From: Pranab Kumar Sahoo | 18 <118038201+PranabKumarSahoo@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:19:57 +0530 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a1c38e0..4f3abec 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Introducing **SQL Dev Tools!** This is a tool for **SQL Developers**, a React-based application empowering SQL developers with versatile functionalities and make their **day-to-life tasks** easy. ## Features - ### DROP CONSTRAINT In SQL, the `DROP CONSTRAINT` command plays a crucial role in managing the data integrity and structure of your tables. It allows you to remove existing constraints that are no longer needed or that are causing unwanted limitations. Here's a breakdown of its work and why you might use it.