Database Project for MS SQL Server

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ค. 2016
  • This project uses the Westlake Database project. It adds the tables needed to patient visits / symptoms, adds stored procedures, triggers and indexes, and asks the student to create views using query skills learned previously.
    The importance of database security to prevent SQL injection attacks is also demonstrated, and mitigated through the use of stored procedures. In addition, indexes are discussed and demonstrated.

ความคิดเห็น • 29

  • @afar8925
    @afar8925 7 ปีที่แล้ว +3

    Thank you for your excellent and brief video. I covered a lot of things which I needed to know very simple and very practical.
    I appreciate if you create more videos.
    Thanks again

  • @gauravdubey1365
    @gauravdubey1365 7 ปีที่แล้ว +4

    Namastey Brian,
    Your videos are significantly helpful. Please upload more videos that enhance the skill of data engineer and also let me know how can we improve our skills to command no SQL /Hadoop/Bigdata.
    Thank you very much and stay blessed.

  • @teaspells9994
    @teaspells9994 3 ปีที่แล้ว +1

    Thank you so much sir!

  • @michaelshepherdmunemo4414
    @michaelshepherdmunemo4414 2 ปีที่แล้ว

    Thank you! this is really helpful

  • @raoshehroz3823
    @raoshehroz3823 5 ปีที่แล้ว

    wonderful

  • @sumanreddy5430
    @sumanreddy5430 4 ปีที่แล้ว +1

    this project is for dba admin or developer

  • @learningasap172
    @learningasap172 3 ปีที่แล้ว

    can you please tell me the relation of tables like one to one ,one to many , many to one i'm waitaing for your response asap!

  • @FaizanAnsari-mp1nu
    @FaizanAnsari-mp1nu 4 ปีที่แล้ว +2

    Sir i like your project but sir please create point of sale project in sql server management studio

  • @vandanasharma9001
    @vandanasharma9001 7 ปีที่แล้ว +4

    can you please post this php code?

  • @jrock5582
    @jrock5582 6 ปีที่แล้ว

    How do I know what the foreign key is for all the tables other then the Patient and PatientVisitSymptom tables? I wrote the code and got an error message. But don't know what all the foreign keys are

  • @hamzasipraa
    @hamzasipraa 5 ปีที่แล้ว +1

    Can you please provide the overview of this project also...??

  • @MD-ew5vq
    @MD-ew5vq 6 ปีที่แล้ว

    The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Patient_Doctor". The conflict occurred in database "ClinicDoctor", table "dbo.Doctor", column 'DoctorKey'.
    The statement has been terminated.

    • @MatthewTorontoParis
      @MatthewTorontoParis 6 ปีที่แล้ว

      Danciu Mihai you need to set the enforcement foreign key as no

    • @jrock5582
      @jrock5582 6 ปีที่แล้ว

      What are the foreign key for all the tables other then Patient and PatientVisitSymptoms table?

    • @alexandrudanion7951
      @alexandrudanion7951 5 ปีที่แล้ว +1

      th-cam.com/video/H7uGGg1BQ2Y/w-d-xo.html

  • @mosinali1302
    @mosinali1302 4 ปีที่แล้ว +1

    Can anyone help ??
    I did it like this,
    create trigger onUpdateDoctor
    on doctor
    after update
    as
    begin
    set nocount on
    update doctor set datemodified=getdate()
    from doctor d -----------------------------------------------------------------------THIS CONFUSING ME
    join inserted i on d.DoctorKey=i.DoctorKey ------------------------- PART IS
    end
    go
    I stackoverflow ed the solution but couldnt find explanation.

  • @grendor11221
    @grendor11221 2 ปีที่แล้ว +2

    in the beginning how did u make the database diagram?

    • @surafelseboka3043
      @surafelseboka3043 2 ปีที่แล้ว

      Right click in Database diagram in left side and Click Create a diagram for the table you want.

  • @harpreetkaur2405
    @harpreetkaur2405 3 ปีที่แล้ว

    can you please share the video of first video

  • @dreamworld_9749
    @dreamworld_9749 2 ปีที่แล้ว

    can you please share the source code of the project for practice

  • @harshitatella7449
    @harshitatella7449 ปีที่แล้ว

    where did he download the database from?

  • @vaishnavisherala
    @vaishnavisherala 3 ปีที่แล้ว +2

    Pls Send the coding of this project

  • @RahulKumar-vr4cm
    @RahulKumar-vr4cm 5 ปีที่แล้ว

    I am looking for a job as an SQL developer will the above project help Bryan.

  • @zeeshansiddique5731
    @zeeshansiddique5731 4 ปีที่แล้ว

    For Project: github.com/zeeshanallrounder/SQL