<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>CUBRID Q&amp;A</title>
        <link>http://www.cubrid.org/?mid=questions</link>
        <description>CUBRID Q&amp;A</description>
        <language>en</language>
        <pubDate>Fri, 21 Oct 2011 02:37:10 -0800</pubDate>
        <lastBuildDate>Thu, 23 May 2013 18:14:26 -0800</lastBuildDate>
        <generator>XpressEngine 1.4.4.1</generator>
                        										        <item>
            <title>How do I SHOW CREATE TABLE in CUBRID?</title>
            <dc:creator>eye</dc:creator>
            <link>http://www.cubrid.org/questions/242600</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/242600</guid>
                                    <description><![CDATA[<p>MySQL provides <strong>SHOW CREATE TABLE </strong>syntax which shows the CREATE TABLE statement that creates the given table including all its CONSTRAINTS and INDEXes. How do I obtain the same information in CUBRID?</p>
<p><strong>Edit:</strong> I need an SQL solution so that I can execute the query in scripting language such as PHP. So, CUBRID Manager solution is not exactly what I&nbsp;am looking for.</p><p>Considering that $object_name = 'stadium', the following will be the output.</p><p></p><p></p><div editor_component="code_highlighter" code_type="Sql" file_path="" description="" first_line="1" collapse="false" nogutter="false" nocontrols="false" style="border: #666666 1px dotted; border-left: #22aaee 5px solid; padding: 5px; background: #FAFAFA url(/modules/editor/components/code_highlighter/code.png) no-repeat top right;"><p>CREATE TABLE stadium(<br />&nbsp; &nbsp; code INTEGER NOT NULL,<br />&nbsp; &nbsp; nation_code CHAR NOT NULL,<br />&nbsp; &nbsp;&nbsp;name VARCHAR(50) NOT NULL,<br />&nbsp; &nbsp;&nbsp;area NUMERIC,<br />&nbsp; &nbsp;&nbsp;seats INTEGER,<br />&nbsp; &nbsp;&nbsp;address VARCHAR(100),<br />&nbsp; &nbsp;&nbsp;CONSTRAINT pk_stadium_code PRIMARY KEY (code)<br />);</p></div><p></p><p></p><p></p><p>Does anyone know pure PHP solution?</p>]]></description>
                        <pubDate>Mon, 28 Nov 2011 22:43:30 -0800</pubDate>
                        <category>SQL</category>
                        <category>schema</category>
                        <category>PHP</category>
                                    <slash:comments>5</slash:comments>
                    </item>
        										        <item>
            <title>Is a class unique within a database?</title>
            <dc:creator>lukaseder</dc:creator>
            <link>http://www.cubrid.org/questions/317892</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/317892</guid>
                                    <description><![CDATA[<p>In db_class, I can select classes (tables) along with their "owner". I reckon that "owner" and "user" are the same thing in the CUBRID database. Can the same class exist for several owners in the same database?</p><p><br /></p><p>In other words: does the owner correspond to what other databases call a "schema", or are there no schemata in CUBRID databases?<br /></p>]]></description>
                        <pubDate>Thu, 29 Mar 2012 23:17:17 -0800</pubDate>
                        <category>SQL</category>
                        <category>schema</category>
                        <category>user</category>
                                    <slash:comments>2</slash:comments>
                    </item>
        										        <item>
            <title>Conflicts in Database Schema</title>
            <dc:creator>picador_jr</dc:creator>
            <link>http://www.cubrid.org/questions/249207</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/249207</guid>
                                    <description><![CDATA[<p>


What kind of confilicts can we face when we are changing the database schema? And how does CUBRID tackle them (fully automatic or fully manual)?</p>]]></description>
                        <pubDate>Sat, 31 Dec 2011 06:43:14 -0800</pubDate>
                        <category>SQL</category>
                        <category>schema</category>
                        <category>conflict</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>How do I list the indexes from a table?</title>
            <dc:creator>pevensie</dc:creator>
            <link>http://www.cubrid.org/questions/237055</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/237055</guid>
                                    <description><![CDATA[<p>How do I list the indexes from a table using a SQL Query?</p>]]></description>
                        <pubDate>Thu, 10 Nov 2011 11:29:37 -0800</pubDate>
                        <category>schema</category>
                        <category>index</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>How do I list information regarding a table?</title>
            <dc:creator>andreyij</dc:creator>
            <link>http://www.cubrid.org/questions/237174</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/237174</guid>
                                    <description><![CDATA[<p>How do I list information such as the columns, their data types and the constraints present on a table? Is there a possibility to list them all together?</p>]]></description>
                        <pubDate>Thu, 10 Nov 2011 23:55:02 -0800</pubDate>
                        <category>schema</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>how do i list tables in a database</title>
            <dc:creator>pevensie</dc:creator>
            <link>http://www.cubrid.org/questions/237052</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/237052</guid>
                                    <description><![CDATA[<p>How can i list the tables in a database from an SQL Query?</p>]]></description>
                        <pubDate>Thu, 10 Nov 2011 11:28:48 -0800</pubDate>
                        <category>schema</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>how do i list columns from a table</title>
            <dc:creator>pevensie</dc:creator>
            <link>http://www.cubrid.org/questions/237058</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/237058</guid>
                                    <description><![CDATA[<p>How do I list the columns from a table using a SQL Query?</p>]]></description>
                        <pubDate>Thu, 10 Nov 2011 11:31:08 -0800</pubDate>
                        <category>schema</category>
                                    <slash:comments>1</slash:comments>
                    </item>
            </channel>
</rss>
