CSHARPWINDOWSFORM Telegram 315
السلام عليكم

اليوم إن شاء الله سوف نشرح كيفية إضافة البيانات الى جدول student

ولكن قبل ان نبدا سوف نقوم بتعديل الجدول السابق وإضافة عمودين اخرين وهما عمود يخزن فيه صورة الطالب
والعمود الاخر : النوع (ذكر / انثى )

في حال تمت إضافة الجدول السابق فقط قم بكتابة كود sql لكي يتم اضافة العمودين السابقين الى الجدول

alter table students add
stud_gander varchar(10),
stud_img image

—————————————————————-
كود إنشاء الجدول كامل

CREATE TABLE [dbo].students(
[stud_id] [int] NOT NULL,
[stud_name] [varchar](30) NULL,
[stud_age] [int] NULL,
[stud_department] [varchar](10) NULL,
[stud_level] [int] NULL,
[stud_phone] [int] NULL,
[stud_gander] [varchar](10) NULL,
[stud_img] [image] NULL
CONSTRAINT pk_StudentID PRIMARY KEY (stud_id))



tgoop.com/CsharpWindowsForm/315
Create:
Last Update:

السلام عليكم

اليوم إن شاء الله سوف نشرح كيفية إضافة البيانات الى جدول student

ولكن قبل ان نبدا سوف نقوم بتعديل الجدول السابق وإضافة عمودين اخرين وهما عمود يخزن فيه صورة الطالب
والعمود الاخر : النوع (ذكر / انثى )

في حال تمت إضافة الجدول السابق فقط قم بكتابة كود sql لكي يتم اضافة العمودين السابقين الى الجدول

alter table students add
stud_gander varchar(10),
stud_img image

—————————————————————-
كود إنشاء الجدول كامل

CREATE TABLE [dbo].students(
[stud_id] [int] NOT NULL,
[stud_name] [varchar](30) NULL,
[stud_age] [int] NULL,
[stud_department] [varchar](10) NULL,
[stud_level] [int] NULL,
[stud_phone] [int] NULL,
[stud_gander] [varchar](10) NULL,
[stud_img] [image] NULL
CONSTRAINT pk_StudentID PRIMARY KEY (stud_id))

BY برمجة تطبيقات الويندوز C# Programming


Share with your friend now:
tgoop.com/CsharpWindowsForm/315

View MORE
Open in Telegram


Telegram News

Date: |

The optimal dimension of the avatar on Telegram is 512px by 512px, and it’s recommended to use PNG format to deliver an unpixelated avatar. Activate up to 20 bots Deputy District Judge Peter Hui sentenced computer technician Ng Man-ho on Thursday, a month after the 27-year-old, who ran a Telegram group called SUCK Channel, was found guilty of seven charges of conspiring to incite others to commit illegal acts during the 2019 extradition bill protests and subsequent months. fire bomb molotov November 18 Dylan Hollingsworth yau ma tei Just at this time, Bitcoin and the broader crypto market have dropped to new 2022 lows. The Bitcoin price has tanked 10 percent dropping to $20,000. On the other hand, the altcoin space is witnessing even more brutal correction. Bitcoin has dropped nearly 60 percent year-to-date and more than 70 percent since its all-time high in November 2021.
from us


Telegram برمجة تطبيقات الويندوز C# Programming
FROM American