Differences in SQL
Differences in SQL
Asked
in
SQL
Sakshi Yadav
Relational Non-relational
Cannot be rolled
Cannot be rolled
Can be rolled back back (in some
back
databases)
Slower, logs
Faster, minimal Fastest, removes
individual row
logging entire structure
deletions
Creates a non-clustered
Creates a clustered index
index
Fixed-length data type Variable-length data type
Limited or no exception
Support exception handling
handling