<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>About database view</title><link>https://community.appian.com/discussions/f/new-to-appian/22109/about-database-view</link><description>Hi, 
 Anyone who knows the definition of database view? 
 and what is database view used for? 
 I&amp;#39;ll appreciate it if someone answer my question. 
 thanks a lot.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: About database view</title><link>https://community.appian.com/thread/86607?ContentTypeID=1</link><pubDate>Mon, 04 Oct 2021 09:46:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:98fb1ac0-899f-4cb4-8718-4b7a62997107</guid><dc:creator>priyankam1705</dc:creator><description>&lt;p&gt;The view is virtual table&amp;nbsp;created from the base table and they don&amp;#39;t have physical existence in the database. it contains rows and columns like a real table.&lt;/p&gt;
&lt;p&gt;views are used for security purpose, for ex. u have a data of US employee like emp_id, emp_name, emp_department and their emp_SSNNo.....now u dont want to show the SSN number to the user u can hide it using views means u are keeping it secure and hiding confidential info.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About database view</title><link>https://community.appian.com/thread/86603?ContentTypeID=1</link><pubDate>Mon, 04 Oct 2021 09:06:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b71693e-cdb5-4b97-b8ce-364160799454</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;super short: it is a &amp;quot;view&amp;quot; of specific wanted values of two or more DB tables joined by common attributes. &lt;br /&gt;&lt;br /&gt;Example: &lt;br /&gt;&lt;br /&gt;Table &amp;quot;Office&amp;quot; with columns&lt;br /&gt;Id, office name, addressId, employeeCount,...&lt;br /&gt;table &amp;quot;address&amp;quot; with columns&lt;br /&gt;Id, post code, city, street, house number&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;you can join then via office.addressId - adress.id fields so a &amp;quot;unique conneciton&amp;quot; is possinle.&lt;br /&gt;your&amp;nbsp;view&amp;nbsp;CAN have the following columns then:&amp;nbsp; &lt;br /&gt;OfficeId, officeName, post code, city, street, house number&lt;/p&gt;
&lt;p&gt;mad by an join SQL statement &lt;a href="https://www.w3schools.com/sql/sql_join.asp"&gt;https://www.w3schools.com/sql/sql_join.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;used in Appian context: performance improvements (DB joins are faster), more smaller tables instead of view big tables with redundant data but with view they can be connected easily.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About database view</title><link>https://community.appian.com/thread/86596?ContentTypeID=1</link><pubDate>Mon, 04 Oct 2021 06:50:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ee73904d-8423-45d0-9de8-57d541734937</guid><dc:creator>manikumarc</dc:creator><description>&lt;p&gt;can you please refer to the following article.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.javatpoint.com/mysql-view"&gt;www.javatpoint.com/mysql-view&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>