From 89642d57bd937ed3db4288b3cd7334da3d62fa52 Mon Sep 17 00:00:00 2001 From: Mike Schwartz Date: Tue, 31 Oct 2017 23:50:07 -0700 Subject: [PATCH] Add SQL section and question --- .../technical/what-are-crud-operations.html | 59 +++++++++++++++++++ views/technical.html | 7 +++ 2 files changed, 66 insertions(+) create mode 100644 views/questions/technical/what-are-crud-operations.html diff --git a/views/questions/technical/what-are-crud-operations.html b/views/questions/technical/what-are-crud-operations.html new file mode 100644 index 0000000..938773e --- /dev/null +++ b/views/questions/technical/what-are-crud-operations.html @@ -0,0 +1,59 @@ + + + + + + What are CRUD operations? | Software Interview Technical Questions + + + + + + + + + + + + + + + + + +
+

What are CRUD operations?

+ + + More technical interview questions + + +

What are CRUD operations?

+

CRUD is an acronym representing the four basic functions of persisted storage (most commonly a database).

+ + +
+ + + + diff --git a/views/technical.html b/views/technical.html index 7624ce3..411219d 100644 --- a/views/technical.html +++ b/views/technical.html @@ -81,6 +81,13 @@

Software Interview Technical Questions

+
  • SQL

    + +
  • Object-Oriented Programming Questions