python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SQL Unique Constraint on Subset of data in table
I have a SQL Server table tbl_Submissions which contains a number of records for any given CaseID. Each Submission has an AuthorisedStatus field which can be "Authorised", "Rejected&quo...
BiigJiim
Votes: 0
Answers: 1
ADD COLUMN with CONSTRAINT
I have a table name Stu_d. In this, I have created 3 columns {Stu_id INT PRIMARY KEY, Name VARCHAR(20), Roll_no INT(5)}.
I need to add 1 more column with the name of Mobile_no with INT data type and h...
Vasu Gupta
Votes: 0
Answers: 1
how to add unique key constraint on column in table in ERD tool in pgAdmin4
I am creating a schema diagram using the ERD tool and want to add a unique key constraint in my column but it seems there is only not null and primary key option is there any idea how to add it?
how t...
badrik patel
Votes: 0
Answers: 2
Does using a modified UUID with repeating characters as Firestore Document ID create performance/hotspotting risk?
I'm working with Google Cloud Firestore. For a particular Document ID, I'm using a modified UUID. In this modified UUID, the last 4 characters are always a string from an integer between 0000-2000.
Ex...
timberlakegregg
Votes: 0
Answers: 1