SQL INNER JOIN
4:38
14 күн бұрын
SQL UPDATE Statement
1:36
14 күн бұрын
SQL FOREIGN KEY
1:43
14 күн бұрын
CREATE TABLE  With SQL PRIMARY KEY
2:46
The SQL DROP TABLE Statement
1:36
21 күн бұрын
ADD Column in SQL | ALTER TABLE
1:17
21 күн бұрын
The SQL CREATE TABLE Statement
3:00
21 күн бұрын
The SQL DROP DATABASE Statement
1:23
21 күн бұрын
The SQL CREATE DATABASE Statement
0:58
Convert Text to Columns wizard
0:53
Пікірлер
@Mrmrshomekitchen
@Mrmrshomekitchen 8 күн бұрын
Very informative ❤
@SFZComputer_Skills
@SFZComputer_Skills 13 күн бұрын
Long Video click this link : kzbin.info/www/bejne/mqO6eHVvZtNli6csi=lLCX4EoqXJrxF6Fk
@Mrmrshomekitchen
@Mrmrshomekitchen 21 күн бұрын
Nice job
@Mrmrshomekitchen
@Mrmrshomekitchen 23 күн бұрын
Sir , it is Knowledgeable.
@SFZComputer_Skills
@SFZComputer_Skills Ай бұрын
Here is the code 👇
@SFZComputer_Skills
@SFZComputer_Skills Ай бұрын
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Transform</title> <style> body { margin-left: 790px; background-color: black; background-attachment: fixed; } .K { display: inline-block; width: 200px; height: 200px; border-radius: 175px; color: white; background-image: url(pngtree-abstract-gold-scratches-on-a-black-background-image_15685278.jpg); margin: 20px; position: relative; background-attachment: fixed; animation-name: K; animation-duration: 5s; animation-delay: -2s; animation-direction: alternate-reverse; animation-iteration-count: infinite; } .A { display: inline-block; width: 200px; height: 200px; margin: 20px; border-radius: 175px; color: white; background-image: url(pngtree-abstract-gold-scratches-on-a-black-background-image_15685278.jpg); position: relative; background-attachment: fixed; animation-name: A; animation-duration: 5s; animation-delay: -2s; animation-direction: alternate-reverse; animation-iteration-count: infinite; } .S { display: inline-block; width: 200px; height: 200px; margin: 20px; border-radius: 175px; color: white; background-image: url(pngtree-abstract-gold-scratches-on-a-black-background-image_15685278.jpg); position: relative; background-attachment: fixed; animation-name: S; animation-duration: 5s; animation-delay: -2s; animation-direction: alternate-reverse; animation-iteration-count: infinite; } .H{ display: inline-block; width: 200px; height: 200px; margin: 20px; border-radius: 175px; color: white; background-image: url(pngtree-abstract-gold-scratches-on-a-black-background-image_15685278.jpg); position: relative; background-attachment: fixed; animation-name: H; animation-duration: 5s; animation-delay: -2s; animation-direction: alternate-reverse; animation-iteration-count: infinite; } .I { display: inline-block; width: 200px; height: 200px; margin: 20px; border-radius: 175px; color: white; background-image: url(pngtree-abstract-gold-scratches-on-a-black-background-image_15685278.jpg); position: relative; background-attachment: fixed; animation-name: I; animation-duration: 5s; animation-delay: -2s; animation-direction: alternate-reverse; animation-iteration-count: infinite; } .F{ display: inline-block; width: 200px; height: 200px; margin: 20px; border-radius: 175px; color: white; background-image: url(pngtree-abstract-gold-scratches-on-a-black-background-image_15685278.jpg); position: relative; background-attachment: fixed; animation-name: F; animation-duration: 5s; animation-delay: -2s; animation-direction: alternate-reverse; animation-iteration-count: infinite; } .h1 { text-align: center; font-size: 80px; padding: 8px; outline: 8px white; } @keyframes K { from {background-color:rgb(210, 96, 96); left:0px; top:0px;} to {background-color:rgb(214, 194, 42); left:0px; top:1000px;} } @keyframes A { from {background-color:green; left:0px; top:0px;} to {background-color:rgb(146, 136, 247); left:0px; top:800px;} } @keyframes S { from {background-color:rgb(32, 82, 32); left:0px; top:0px;} to {background-color:red; left:0px; top:1000px;} } @keyframes H { from {background-color:rgb(96, 120, 207); left:0px; top:0px;} to {background-color:rgb(33, 43, 183); left:0px; top:500px;} } @keyframes I { from {background-color:rgb(208, 164, 245); left:0px; top:0px;} to {background-color:rgb(163, 16, 217); left:0px; top:1000px;} } @keyframes F { from {background-color:rgb(233, 69, 132); left:0px; top:0px;} to {background-color:rgb(241, 7, 163); left:0px; top:800px;} } </style> </head> <body> <div class="K"><h1 class="h1"> K</h1></div> <div class="A"><h1 class="h1"> A</h1></div> <div class="S"><h1 class="h1"> S</h1></div> <div class="H"><h1 class="h1"> H</h1></div> <div class="I"><h1 class="h1"> I</h1></div> <div class="F"><h1 class="h1"> F</h1></div> </body> </html>
@syedmujahed32SM32
@syedmujahed32SM32 2 ай бұрын
Best
@HeenaShaikh-ug9qp
@HeenaShaikh-ug9qp 3 ай бұрын
Masha Allah bahot ache se samjha rahe ho sarfraz 👍👍👍👍
@ibrahimfamilyvlogs05
@ibrahimfamilyvlogs05 8 ай бұрын
Mashallah ❤
@socialmonitormedia
@socialmonitormedia 8 ай бұрын
Yeeeee summer camp 🎉🎉🎉🎉
@syedmujahed32SM32
@syedmujahed32SM32 10 ай бұрын
Nice 🙂 videos
@syedmujahed32SM32
@syedmujahed32SM32 11 ай бұрын
Best video ❤❤❤
@SFZComputer_Skills
@SFZComputer_Skills 11 ай бұрын
Cmd code :curl ascii.live/forrest
@syedmujahed32SM32
@syedmujahed32SM32 11 ай бұрын
Nice made sir ji
@SFZComputer_Skills
@SFZComputer_Skills 11 ай бұрын
Thanks
@windninjasol
@windninjasol 11 ай бұрын
Cool but really people don't need with your terminal unless you really know what your doing because you can permanently mess you your computer by doing something wrong
@SFZComputer_Skills
@SFZComputer_Skills 11 ай бұрын
Cmd code: curl ascii.live/rick
@syedmujahed32SM32
@syedmujahed32SM32 Жыл бұрын
Nice work sir ji🎉
@syedmujahed32SM32
@syedmujahed32SM32 Жыл бұрын
Nice
@uiti5143
@uiti5143 4 жыл бұрын
Uploade more videos
@uiti5143
@uiti5143 4 жыл бұрын
Uploade more videos
@uiti5143
@uiti5143 4 жыл бұрын
Uploade more videos
@uiti5143
@uiti5143 4 жыл бұрын
Uploade more videos
@uiti5143
@uiti5143 4 жыл бұрын
Uploade more videos
@uiti5143
@uiti5143 4 жыл бұрын
Uploade more videos
@uiti5143
@uiti5143 4 жыл бұрын
Uploade more videos
@uiti5143
@uiti5143 4 жыл бұрын
Uploade more videos
@SFZComputer_Skills
@SFZComputer_Skills 4 жыл бұрын
Ok I will upload
@uiti5143
@uiti5143 4 жыл бұрын
Uploade more videos
@akeebmti1024
@akeebmti1024 4 жыл бұрын
More Upload Video
@akeebmti1024
@akeebmti1024 4 жыл бұрын
Owsm Nice Good Explanation Of Binaray Multiplication more Upload video
@akeebmti1024
@akeebmti1024 4 жыл бұрын
More Upload Video
@akeebmti1024
@akeebmti1024 4 жыл бұрын
More Videos Upload
@akeebmti1024
@akeebmti1024 4 жыл бұрын
More Upload Video
@akeebmti1024
@akeebmti1024 4 жыл бұрын
Good Sir
@parvezmohd6938
@parvezmohd6938 4 жыл бұрын
Mashallah
@sadafshaikh5728
@sadafshaikh5728 4 жыл бұрын
👍👍👍
@parvezmohd6938
@parvezmohd6938 4 жыл бұрын
Awesome
@ansarifaiz6368
@ansarifaiz6368 4 жыл бұрын
Well done
@shaikhatiqurrehman1096
@shaikhatiqurrehman1096 4 жыл бұрын
Good explanation
@shaikhatiqurrehman1096
@shaikhatiqurrehman1096 4 жыл бұрын
Good explanation
@nabaansari2952
@nabaansari2952 4 жыл бұрын
Very brilliant 👍 best of luck and kip it up
@sayyedsharuk4746
@sayyedsharuk4746 4 жыл бұрын
Owsum trick given sir thnk u so much
@moderngraphics2673
@moderngraphics2673 4 жыл бұрын
Good work
@newstatus1858
@newstatus1858 4 жыл бұрын
Nice
@9988khan
@9988khan 4 жыл бұрын
nice tutorial
@ansarifaiz6368
@ansarifaiz6368 4 жыл бұрын
Sir aap bohot acha samjhate hai
@ansarifaiz6368
@ansarifaiz6368 4 жыл бұрын
Good work 👍 Keep creating useful videos like this
@akeebmti1024
@akeebmti1024 6 жыл бұрын
Video
@akeebmti1024
@akeebmti1024 6 жыл бұрын
Nice
@akeebmti1024
@akeebmti1024 6 жыл бұрын
Super Super Super Nice