NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

create database ders8
use ders
create table ogrenciler
(
id int not null identity(1,1),
og_no int not null primary key,
og_ad nvarchar(50) not null,
og_soyad nvarchar(50) not null
)

create table dersler
(
id int identity(1,1),
d_no int,
d_adi nvarchar(50)
)
drop table dersler

create table dersler
(
id int identity(1,1),
d_no int primary key,
d_adi nvarchar(50) not null
)

create table hocalar
(
h_id int identity(1,1),
h_no int primary key,
h_adi nvarchar(50) not null,
h_soyadi nvarchar(50) not null
)

create table notlar
(
n_id int identity(1,1) primary key,
og_no int,
d_no int,
h_no int,
vize int,
final int,
)

select * from ogrenciler
select * from dersler
select * from hocalar
select * from notlar

insert into ogrenciler (og_no,og_ad,og_soyad) values (12,'Ali','ada')
insert into ogrenciler (og_no,og_ad,og_soyad) values (13,'Alp','şan')
insert into ogrenciler (og_no,og_ad,og_soyad) values (14,'Oya','şen')
insert into ogrenciler (og_no,og_ad,og_soyad) values (15,'Can','Gür')
insert into ogrenciler (og_no,og_ad,og_soyad) values (22,'Cem','Ada')

insert into dersler(d_no,d_adi) values (22,'Matematik')
insert into dersler(d_no,d_adi) values (23,'Fizik')
insert into dersler(d_no,d_adi) values (24,'Enformatik')
insert into dersler(d_no,d_adi) values (25,'Bilişim')
insert into dersler(d_no,d_adi) values (26,'Türk dili')
insert into dersler(d_no,d_adi) values (72,'Varitabanı')


insert into hocalar(h_no,h_adi,h_soyadi) values (13,'Efe','KEL')
insert into hocalar(h_no,h_adi,h_soyadi) values (16,'Nuri','DAĞ')
insert into hocalar(h_no,h_adi,h_soyadi) values (19,'Zeki','TAN')
insert into hocalar(h_no,h_adi,h_soyadi) values (101,'Ece','Ay')
insert into hocalar(h_no,h_adi,h_soyadi) values (102,'Nur','Kara')

insert into notlar(og_no,d_no,h_no,vize,final) values (12,22,101,45,95)
insert into notlar(og_no,d_no,h_no,vize,final) values (12,23,101,58,65)
insert into notlar(og_no,d_no,h_no,vize,final) values (12,24,13,65,48)
insert into notlar(og_no,d_no,h_no,vize,final) values (12,25,19,59,58)
insert into notlar(og_no,d_no,h_no,vize,final) values (12,26,102,87,97)
insert into notlar(og_no,d_no,h_no,vize,final) values (15,22,101,45,25)
insert into notlar(og_no,d_no,h_no,vize,final) values (15,23,101,15,57)
insert into notlar(og_no,d_no,h_no,vize,final) values (15,24,13,69,48)
insert into notlar(og_no,d_no,h_no,vize,final) values (22,72,16,35,68)
insert into notlar(og_no,d_no,h_no,vize,final) values (13,72,16,68,35)
insert into notlar(og_no,d_no,h_no,vize,final) values (14,72,16,85,100)



     
 
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.