﻿<?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>SQL Server’da Primary Key Oluşturma &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/sql-serverda-primary-key-olusturma/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Sat, 01 Jan 2022 15:46:10 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>SQL Server’da Primary Key Oluşturma</title>
		<link>https://sqlserveregitimleri.com/sql-serverda-primary-key-olusturma</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Mon, 10 Feb 2020 05:01:27 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Primary Key Oluşturma]]></category>
		<category><![CDATA[SQL Server’da Primary Key]]></category>
		<category><![CDATA[SQL Server’da Primary Key Oluşturma]]></category>
		<guid isPermaLink="false">https://sqlserveregitimleri.com/?p=9192</guid>

					<description><![CDATA[Herkese merhaba, Bu yazıda SQL Server’da primary key oluşturma hakkında bilgi vereceğim. Primary Key&#8217;i benzersiz kayıtların tutulmasını istediğimiz durumlarda kullanırız. Aşağıdaki kod ile oluşturabilirsiniz ya...]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu yazıda SQL Server’da primary key oluşturma hakkında bilgi vereceğim.</p>
<p>Primary Key&#8217;i benzersiz kayıtların tutulmasını istediğimiz durumlarda kullanırız.</p>
<p>Aşağıdaki kod ile oluşturabilirsiniz ya da dizayn modundan da oluşturabilirsiniz. Ben kod ile oluşturmayı göstereceğim.</p>
<pre class="line-numbers"><code class="language-sql">--Primary Key alan oluşturulması 
CREATE TABLE Tablomuz
(
    ID INT PRIMARY KEY,
    Ad NVARCHAR(100)
);</code></pre>
<p>Kodu çalıştırdığınızda başarılı bir şekilde çalışacak ve dizayn modunda tabloya baktığınız zaman aşağıdaki gibi bir sonuç göreceksiniz.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-9194 size-full" src="https://sqlserveregitimleri.com/wp-content/uploads/2020/02/sql-serverda-primary-key-olusturma-1.jpg" alt="SQL Server’da Primary Key Oluşturma" width="700" height="455" srcset="https://sqlserveregitimleri.com/wp-content/uploads/2020/02/sql-serverda-primary-key-olusturma-1.jpg 700w, https://sqlserveregitimleri.com/wp-content/uploads/2020/02/sql-serverda-primary-key-olusturma-1-315x205.jpg 315w, https://sqlserveregitimleri.com/wp-content/uploads/2020/02/sql-serverda-primary-key-olusturma-1-462x300.jpg 462w, https://sqlserveregitimleri.com/wp-content/uploads/2020/02/sql-serverda-primary-key-olusturma-1-208x135.jpg 208w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p>Görüldüğü üzere Primary Key alan oluşturulmuş oldu.</p>
<p>Herkese çalışma hayatında ve yaşamında başarılar kolaylıklar.</p>
<div class='epvc-post-count'><span class='epvc-eye'></span>  <span class="epvc-count"> 296</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
