01 SQL DDL Commands
01 SQL DDL Commands
Bitwise Operators
(and, or, exclusive or: &, |, ^)
Comparison Operators
(equal, greater than, less than, not equal: =, >, <, >=, <=, <>)
Compound Operators
(add equals, subtract equals, multiply equals: +=, -=, *=, /=, %=, &=, |=, |*=)
Logical Operators
(all, any, some, in, between, and, or, not, like, exists)
Drop constraint
Alter Table <table_name> Drop constraint <constraint_name>