<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[My Visual Database — deletion of Max(id) record]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=8176</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=8176&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in deletion of Max(id) record.]]></description>
		<lastBuildDate>Sat, 18 Jun 2022 15:18:19 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: deletion of Max(id) record]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=45055#p45055</link>
			<description><![CDATA[<div class="quotebox"><cite>unforgettable wrote:</cite><blockquote><p>cascade check? It will enable to delete all foreign keys concerned date in all table having foreign keys?</p></blockquote></div><p>Yes ))</p>]]></description>
			<author><![CDATA[null@example.com (k245)]]></author>
			<pubDate>Sat, 18 Jun 2022 15:18:19 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=45055#p45055</guid>
		</item>
		<item>
			<title><![CDATA[Re: deletion of Max(id) record]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=45046#p45046</link>
			<description><![CDATA[<p>cascade check? It will enable to delete all foreign keys concerned date in all table having foreign keys?</p>]]></description>
			<author><![CDATA[null@example.com (unforgettable)]]></author>
			<pubDate>Fri, 17 Jun 2022 17:42:30 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=45046#p45046</guid>
		</item>
		<item>
			<title><![CDATA[Re: deletion of Max(id) record]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=45042#p45042</link>
			<description><![CDATA[<p>When creating a connection, set a checker</p><p><span class="postimg"><img src="http://myvisualdatabase.com/forum/misc.php?action=pun_attachment&amp;item=8773&amp;download=0" alt="http://myvisualdatabase.com/forum/misc.php?action=pun_attachment&amp;amp;item=8773&amp;amp;download=0" /></span></p>]]></description>
			<author><![CDATA[null@example.com (k245)]]></author>
			<pubDate>Fri, 17 Jun 2022 12:00:09 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=45042#p45042</guid>
		</item>
		<item>
			<title><![CDATA[Re: deletion of Max(id) record]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=45041#p45041</link>
			<description><![CDATA[<p>Hi k245,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I think need second method. Can you help?</p>]]></description>
			<author><![CDATA[null@example.com (unforgettable)]]></author>
			<pubDate>Fri, 17 Jun 2022 11:37:10 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=45041#p45041</guid>
		</item>
		<item>
			<title><![CDATA[Re: deletion of Max(id) record]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=45040#p45040</link>
			<description><![CDATA[<div class="quotebox"><cite>unforgettable wrote:</cite><blockquote><p>Thank you pavienko. Can you tell how to delete a data in foreign key?</p></blockquote></div><p>Foreign key control is to prevent deletion of data referenced from other tables. This is an element of the data integrity control system.</p><br /><p>If you need to delete a referencing reference record, there are three solutions in DVBM when setting up a foreign key:</p><br /><p>1. Make the field optional. Then, before deleting the reference record, it is necessary to write the value NULL in such a field<br />2. Enable cascading deletion. Then, when a reference record is deleted, all records that had a connection with it will be deleted.<br />3. Before deleting an entry in the directory, delete all entries associated with a foreign key yourself.</p><br /><p>What kind of removal method do you need?</p>]]></description>
			<author><![CDATA[null@example.com (k245)]]></author>
			<pubDate>Fri, 17 Jun 2022 06:01:36 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=45040#p45040</guid>
		</item>
		<item>
			<title><![CDATA[Re: deletion of Max(id) record]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=45038#p45038</link>
			<description><![CDATA[<div class="quotebox"><cite>unforgettable wrote:</cite><blockquote><p>Thank you pavienko. Can you tell how to delete a data in foreign key?</p></blockquote></div><p>the foreign key is equal to the id of the related table. show your architecture and then I can help<br />внешний ключ равен идентификатору связанной таблицы. покажи свою архитектуру и тогда я смогу помочь</p>]]></description>
			<author><![CDATA[null@example.com (pavlenko.vladimir.v)]]></author>
			<pubDate>Thu, 16 Jun 2022 18:35:32 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=45038#p45038</guid>
		</item>
		<item>
			<title><![CDATA[Re: deletion of Max(id) record]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=45035#p45035</link>
			<description><![CDATA[<p>Thank you pavienko. Can you tell how to delete a data in foreign key?</p>]]></description>
			<author><![CDATA[null@example.com (unforgettable)]]></author>
			<pubDate>Thu, 16 Jun 2022 15:42:51 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=45035#p45035</guid>
		</item>
		<item>
			<title><![CDATA[Re: deletion of Max(id) record]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=45019#p45019</link>
			<description><![CDATA[<div class="codebox"><pre><code>SQLEXECUTE(DELETE TABLE WHERE  ID = (SELECT MAX(ID)  FROM TABLE));</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (pavlenko.vladimir.v)]]></author>
			<pubDate>Tue, 14 Jun 2022 19:26:20 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=45019#p45019</guid>
		</item>
		<item>
			<title><![CDATA[deletion of Max(id) record]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=45018#p45018</link>
			<description><![CDATA[<p>Can any one tell how to delete Max value of a record in a field?</p>]]></description>
			<author><![CDATA[null@example.com (unforgettable)]]></author>
			<pubDate>Tue, 14 Jun 2022 17:10:53 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=45018#p45018</guid>
		</item>
	</channel>
</rss>
