<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MAX &#8211; Citra Air Nusantara (CAN)</title>
	<atom:link href="https://citanusantara.id/tag/max/feed/" rel="self" type="application/rss+xml" />
	<link>https://citanusantara.id</link>
	<description>Inovasi tanpa batas, solusi cerdas</description>
	<lastBuildDate>Sat, 03 Sep 2022 11:11:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://citanusantara.id/wp-content/uploads/2024/08/cropped-Icon-CAN-32x32.png</url>
	<title>MAX &#8211; Citra Air Nusantara (CAN)</title>
	<link>https://citanusantara.id</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">236061052</site>	<item>
		<title>MIN dan MAX dalam Database &#8211; Sistem Basis Data #14</title>
		<link>https://citanusantara.id/2022/09/03/min-dan-max-dalam-database-sistem-basis-data-14/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 03 Sep 2022 11:11:08 +0000</pubDate>
				<category><![CDATA[Sistem Basis Data]]></category>
		<category><![CDATA[DATABASE & MYSQL]]></category>
		<category><![CDATA[MAX]]></category>
		<category><![CDATA[MIN]]></category>
		<guid isPermaLink="false">https://abdulrahmann.com/?p=1236</guid>

					<description><![CDATA[MIN adalah mencari data terkecil, MAX adalah mencari data terbesar Syntax SQL Contoh SQL]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">MIN adalah mencari data terkecil, MAX adalah mencari data terbesar</p>



<p class="wp-block-paragraph">Syntax SQL </p>



<pre class="wp-block-code"><code>SELECT MIN(&#91;Nama Kolom])
FROM &#91;Nama Tabel]
WHERE &#91;Kondisi]

//atau

SELECT MAX(&#91;Nama Kolom])
FROM &#91;Nama Tabel]
WHERE &#91;Kondisi]
</code></pre>



<p class="wp-block-paragraph">Contoh SQL</p>



<pre class="wp-block-code"><code>SELECT MIN(biaya)
FROM pembelian;

//atau

SELECT MAX(biaya)
FROM pembelian
WHERE metode_transfer = ”Transfer Bank”;

//atau

SELECT MAX(biaya) AS BiayaTermahal FROM pembelian;
</code></pre>



<figure class="wp-block-image aligncenter size-full"><img fetchpriority="high" decoding="async" width="771" height="352" src="https://citanusantara.id/wp-content/uploads/2022/09/image-35.png" alt="" class="wp-image-1237" srcset="https://citanusantara.id/wp-content/uploads/2022/09/image-35.png 771w, https://citanusantara.id/wp-content/uploads/2022/09/image-35-300x137.png 300w, https://citanusantara.id/wp-content/uploads/2022/09/image-35-768x351.png 768w" sizes="(max-width: 771px) 100vw, 771px" /><figcaption>Menampilkan data Jumlah biaya terendah dari tabel pembelian</figcaption></figure>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="780" height="344" src="https://citanusantara.id/wp-content/uploads/2022/09/image-36.png" alt="" class="wp-image-1238" srcset="https://citanusantara.id/wp-content/uploads/2022/09/image-36.png 780w, https://citanusantara.id/wp-content/uploads/2022/09/image-36-300x132.png 300w, https://citanusantara.id/wp-content/uploads/2022/09/image-36-768x339.png 768w" sizes="(max-width: 780px) 100vw, 780px" /><figcaption>Menampilkan data Jumlah biaya tertinggi dari tabel pembelian dimana metode_transfer menggunakan Transfer Bank</figcaption></figure>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="779" height="334" src="https://citanusantara.id/wp-content/uploads/2022/09/image-37.png" alt="" class="wp-image-1240" srcset="https://citanusantara.id/wp-content/uploads/2022/09/image-37.png 779w, https://citanusantara.id/wp-content/uploads/2022/09/image-37-300x129.png 300w, https://citanusantara.id/wp-content/uploads/2022/09/image-37-768x329.png 768w" sizes="(max-width: 779px) 100vw, 779px" /><figcaption>Menampilkan data Jumlah biaya tertinggi dari tabel pembelian yang namanya sudah diganti menjadi BiayalTermahal</figcaption></figure>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1236</post-id>	</item>
	</channel>
</rss>
