From 1a66b802b7584837dd48d154dd56ca854231b160 Mon Sep 17 00:00:00 2001 From: Eddie Welker Date: Tue, 5 Nov 2019 11:36:12 -0500 Subject: [PATCH] fix spelling --- docs/database_view.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/database_view.rst b/docs/database_view.rst index 10423fe..8db8d37 100644 --- a/docs/database_view.rst +++ b/docs/database_view.rst @@ -3,7 +3,7 @@ How to add a model for a database view? A database view is a searchable object in a database that is defined by a query. Though a view doesn’t store data, some refer to a views as “virtual tables,” you can query a view like you can a table. A view can combine data from two or more table, using joins, and also just contain a subset of information. This makes them convenient to abstract, or hide, complicated queries. -In our SqliteStuio we can see 26 tables and no views. +In our SqliteStudio we can see 26 tables and no views. .. image:: before_view.png