<?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>Data base script</title><link>https://community.appian.com/discussions/f/data/40214/data-base-script</link><description>I am downloading database script through record types data model&amp;#39; generate database script. It gives both create sequence and create table scripts . In the create sequence the sequence structure is TABLE_NAME_sq. The sq value is in lowercase . But if</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Data base script</title><link>https://community.appian.com/thread/153664?ContentTypeID=1</link><pubDate>Fri, 20 Feb 2026 07:15:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:54419020-8822-4430-aff1-82b2d74d208e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;If you use double quotes, case matters. This is true for when creating objects and when querying objects.&lt;/p&gt;
&lt;p&gt;In these situations, I typically just give it a try.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data base script</title><link>https://community.appian.com/thread/153662?ContentTypeID=1</link><pubDate>Thu, 19 Feb 2026 14:15:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:61440037-91ce-47c4-95b2-cb658558dc61</guid><dc:creator>iswaryan3520</dc:creator><description>&lt;p&gt;I&amp;#39;m using them inside the double quotes like - drop sequence &amp;quot;data source&amp;quot;.&amp;quot;sequencename&amp;quot;, and create sequence &amp;quot;data source&amp;quot;.&amp;quot;sequencename&amp;quot;. Will that cause issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data base script</title><link>https://community.appian.com/thread/153658?ContentTypeID=1</link><pubDate>Thu, 19 Feb 2026 09:25:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:65cb83ce-e6c6-41d6-85d5-d3458d98b69e</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Run the generated script as-is.&lt;br /&gt;Appian scripts use unquoted lowercase (e.g., TABLE_NAME_sq), Oracle uppercases to TABLE_NAME_SQ automatically. &lt;br /&gt;No case issues. UI matches the normalized name.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data base script</title><link>https://community.appian.com/thread/153656?ContentTypeID=1</link><pubDate>Thu, 19 Feb 2026 09:13:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c927518f-dd52-408a-bb54-853bcbcbc2ff</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;In Oracle, unless identifiers (table names, sequence names) are enclosed in double quotes, the database treats them as case-insensitive and stores them as UPPERCASE by default.&lt;/p&gt;
&lt;p&gt;If your script says CREATE SEQUENCE my_table_sq, Oracle stores it as MY_TABLE_SQ.&lt;/p&gt;
&lt;p&gt;When Appian looks at the database, it sees MY_TABLE_SQ and displays it that way in the UI.&lt;/p&gt;
&lt;p&gt;The Verdict: The difference between _sq in the script and _SQ in the Record Type UI is usually just a visual representation. They point to the same object.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>