TAG

Sql

SQL Transactions Explained [Practical Examples]

SQL Transactions consists of a sequence of SQL statements and/or queries, the SQL standard specifies that a transaction begins implicitly when an SQL

By falgunithakker · 7 min read · SQL

SQL Domain Constraints (NOT NULL, Check, UNIQUE)

Domain constraint is used to restrict the values to be inserted in the column or relation, domain constraint defines a valid set of values for a table

By falgunithakker · 7 min read · SQL