NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

CREATE DATABASE NTK11B2020 --veritabanı oluşturmak

DROP DATABASE NTK11B2020 --veritabanı silmek

CREATE DATABASE NTK11B2020 --verilandırılmış bir şekilde veritabanı oluşturmak
ON
PRIMARY(NAME=NTK11B2020_DATA, --dataların bulunduğu bölüm
FILENAME='C:DATABASENTK11B2020.MDF',
SIZE=10MB,
MAXSIZE=1GB,
FILEGROWTH=20%)
LOG ON(NAME=NTK11B2020_LOG, --log dosyası (DBMS yapılan tüm işlemlerin adımlarını saklar)
FILENAME='C:DATABASENTK11B2020.LDF',
SIZE=2MB,
MAXSIZE=200MB,
FILEGROWTH=10%)

ALTER DATABASE NTK11B2020 MODIFY FILE(
NAME='NTK11B2020_DATA',
MAXSIZE=UNLIMITED,FILEGROWTH=15%)

ALTER DATABASE NTK11B2020 MODIFY FILE(
NAME='NTK11B2020_LOG',
MAXSIZE=UNLIMITED,FILEGROWTH=3MB)

USE NTK11B2020 --KULLANILANILACAK VERİTABANINA ERİŞİM SAĞLARIZ

CREATE TABLE OGRENCI(
ID INT PRIMARY KEY IDENTITY(1,1) NOT NULL,
AD VARCHAR(20) NOT NULL,
SOYAD VARCHAR(30) NOT NULL)
GO
ALTER TABLE OGRENCI ADD OKULNO SMALLINT
ALTER TABLE OGRENCI ADD BOLUM VARCHAR(20) default 'Bölüm Yok'
ALTER TABLE OGRENCI ADD CINSIYET BIT DEFAULT 0
ALTER TABLE OGRENCI ADD KAYITZAMANI SMALLDATETIME DEFAULT GETDATE()
ALTER TABLE OGRENCI ADD CEPTEL VARCHAR(11)

ALTER TABLE OGRENCI DROP COLUMN BOLUM
ALTER TABLE OGRENCI DROP COLUMN OKULNO

DROP TABLE OGRENCI


INSERT OGRENCI VALUES('MURAT','ERGEN',11,'Bilişim','5321456565')
INSERT OGRENCI VALUES('SİDAR','ÇAKIR',12,'Bilişim','5321456525')
INSERT OGRENCI VALUES('İNANÇ','ASLAN',13,'Bilişim','5321456545')

INSERT OGRENCI (AD,SOYAD,OKULNO) VALUES('ÖMER','PUĞAR',47)
INSERT OGRENCI (AD,SOYAD,OKULNO,BOLUM) VALUES('ÖMER','PUĞAR',47,'Bilişim')
INSERT OGRENCI (CINSIYET,AD,SOYAD,OKULNO,BOLUM) VALUES(1,'ÖMER','PUĞAR',47,'Bilişim')

INSERT OGRENCI VALUES('EMRE','OY',47,'5313121415','Grafikk Tassarm',0,'2020-02-04 15:30:00')

SELECT * FROM OGRENCI
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.