Overview
SQL versions and database enginesRecent Contributions



Join Stack Overflow
Want to help improve SQL documentation?
Join the Stack Overflow community!
It only takes a minute, and your contributions will benefit developers forever.
SQL CURSOR
Cursor is used in databases to manipulate individualy the rows returned by a querie. The rows are processed sequentially, allowing read the data and take some action prior to read next value.
requested by Ricardo Pontual 1,973
3 comments
Three Valued Logic (3VL)
Explanation with examples of 3VL used by SQL
requested by Cristian Abelleira 272
4 comments
Transaction Management
Using Logical Units of Work and the COMMIT and ROLLBACK commands
requested by Bernard Dy 1,701
1 comment
Constraints
Constraints are the rules enforced on data columns on table. These are used to limit the type of data that can go into a table. This ensures the accuracy and reliability of the data in the database. Constraints could be column level or table level. Column level constraints are applied only to one column, whereas table level constraints are applied to the whole table.
requested by Adrian 2,700
3 comments
No proposed changes.
Changes which need review will be displayed here.
964 Actions
CL. deleted Procedure for removing duplicate records from SQL Table (view change) 2 days ago
CL. deleted Remove duplicate records (view change) 2 days ago
suresh kumar created Procedure for removing duplicate records from SQL Table (view change) 2 days ago
suresh kumar created Remove duplicate records (view change) 2 days ago
CL. deleted Relational Algebra (view change) Oct 8 at 9:18
View more →