The basics of SQL for Cybersecurity Professionals

Поділитися
Вставка
  • Опубліковано 1 лис 2024

КОМЕНТАРІ • 225

  • @RyanMcBethProgramming
    @RyanMcBethProgramming  Рік тому +2

    Grab Atlas VPN for just $1.83/mo + 3 months extra before the BIG DEAL deal expires: get.atlasvpn.com/McBeth
    You can find the code to make this database here:
    github.com/mcbethr/BasicSQL
    Structured Query Language (SQL) isn't that difficult to learn and and the basics can be grasped in just a few minutes.
    Always Use
    BEGIN TRANSACTION
    ROLLBACK TRANSACTION
    Before updating or deleting data.
    For uncensored video, check out my substack at:
    ryanmcbeth.substack.com
    Like my shirts? Get your own at:
    www.bunkerbranding.com/pages/ryan-mcbeth
    Watch all of my long form videos:
    ua-cam.com/play/PLt670_P7pOGmLWZG78JlM-rG2ZrpPziOy.html
    Twitter:
    @ryanmcbeth
    Join the conversation:
    discord.gg/pKuGDHZHrz
    Want to send me something?
    Ryan McBeth Productions LLC
    8705 Colesville Rd.
    Suite 249
    Silver Spring, MD 20910
    USA

    • @PaleandPastey
      @PaleandPastey Рік тому

      Good draft, I'd say the explanation of joining tables probably needs a second pass with a little more detail though. I don't think a layperson would clearly understand it.

    • @RLTango
      @RLTango Рік тому

      Congrats on the sponsorship, Ryan! Glad to see your channel growing.

    • @Existntlangst
      @Existntlangst Рік тому +1

      Great video. Heads up though, someone is pretending to be you, doing the whole "your comment wins a prize, contact me on telegram...".

    • @bobjones-ru6uh
      @bobjones-ru6uh Рік тому +1

      I'm surprised he didn't get sponsored by the Nazi party of Ukraine

  • @totallynotbluu
    @totallynotbluu Рік тому +73

    Came for the OSINT, stayed for the cybersecurity tutorials.

    • @AdmiralThumbs
      @AdmiralThumbs Рік тому +10

      LOL, I came for the programming videos, but stayed for the OSINT.

  • @andreask.5643
    @andreask.5643 Рік тому +31

    As a weathered SQL developer I want to say that I've never encountered any better explanation of the SQL basics! I enjoy every one of your videos.

  • @AHeckman118
    @AHeckman118 Рік тому +6

    One important keyword that you missed is AND. For those that need it, AND is used to chain together conditions that modify a statement, usually used to combine multiple “=“, LIKE, and JOIN clauses. An example from his table would be “SELECT * FROM employee WHERE Terminated = 0 AND Salary > 100000”, which would return all currently employed employees with a salary greater than 100000.
    Great video Ryan! Very concise, and I learned something new, the transaction commands! Don’t think I’ve ever been in a situation where they would have saved me, but I’m young and have plenty of time to make catastrophic mistakes.

  • @mr_fusion85
    @mr_fusion85 Рік тому +12

    Thanks, Ryan. I've been studying SQL in my free time. Great overview.

  • @johnhunter7244
    @johnhunter7244 Рік тому +21

    Only 3 views? I found this from your substack. Like all of your videos, it looks well done but I have no knowledge or need to learn this.

    • @QuizmasterLaw
      @QuizmasterLaw Рік тому +3

      he uploaded it six minutes ago

    • @michaelcrossley4716
      @michaelcrossley4716 Рік тому +2

      @@QuizmasterLaw which is why I'm tripping out. Dudes comment says from a day ago.

    • @NoahNobody
      @NoahNobody Рік тому

      @@QuizmasterLaw hahaha

    • @QuizmasterLaw
      @QuizmasterLaw Рік тому +4

      @@michaelcrossley4716 upload and publish are different, maybe he somehow distributed earlier as unpublished e.g. on his substack

    • @johnhunter7244
      @johnhunter7244 Рік тому +4

      I'm a wizard
      In actuality, it was unlisted and I found it in a playlist after noticing it from a picture posted to his substack.

  • @spookyskelly5276
    @spookyskelly5276 Рік тому +1

    Do more of these videos please. I'm trying to break into cybersecurity. Studying my ass off, and you're good at explaining things.

  • @andrewpena9041
    @andrewpena9041 Рік тому

    Hi. I'm going to Charleston for six months for cybersecurity training! I'm super excited!

  • @chimchim2_
    @chimchim2_ Рік тому +2

    Those two commands helped prevent me from throwing my career in the dumpster fire countless times. MSSQL for the win.
    Came here for the tech stuff a year or two ago, and ended up with a bunch of military stuff too. My two favorite topics (and the two go hand in hand)

  • @metarunic
    @metarunic Рік тому +5

    Damn I never thought you'd be teaching in a video what I learned back when I was in college for programming.

  • @Native_love
    @Native_love Рік тому +2

    I'm a highly qualified IT professional and you are a better teacher than 95% of the IT channels on UA-cam.

    • @uniquechannelnames
      @uniquechannelnames Рік тому

      Good to hear, I've been studying for a few years so good to hear Ryan is a great teacher

  • @gcostigan
    @gcostigan Рік тому

    I let out an audible chuckle when I saw the BEGIN/ROLLBACK TRANSACTION at the start of your vid. Your query window looked familiar. As a DBA for Oracle & SQL Server for several decades, with the exception of an occasional SELECT, it's STILL the first thing I type when working with data & DDL. Well Done.

  • @EricBRowell
    @EricBRowell Рік тому +8

    As a longtime DB professional that has moved to Management. I’m very happy to see a good overview.
    Be very careful with doing Begin/Rollback in production - on a very large dataset this could cause locking and the DBA’s may strongly dislike you depending on isolation and locking.
    Suggestion that helps as well is create a select statement for what you want to remove. This will allow you to review what you are going to remove (again harder with larger data sets). After you are happy with the return set, convert the select to a delete. (Set isolation to dirty read might be warranted as well to avoid locking with larger data sets)
    One more expansion of your advice would be all IT employees should know a few core things: basic security, excel, SQL and …

  • @lorenturner4838
    @lorenturner4838 Рік тому +4

    This goes way over my head but I still gave you a thumbs up! Keep up the great work!

  • @mikepembo8297
    @mikepembo8297 Рік тому +1

    This is why I love you Ryan! I'm totally into military history and current military affairs. And I'm an IT consultant with roles touching on network security, SQL, cloud and more.
    Even if I weren't working in the IT field already I'd happily watch your videos. Fantasticly presented! You could be a CBT Nuggets or Pluralsight instructor

  • @tomkelley4119
    @tomkelley4119 Рік тому +10

    Along with transactions, I’d recommend using a SELECT count(1) to count how many rows exist before and after the DELETE to see how many rows the delete touches. When you’re looking at dozens of rows, it’s hard to see that only a few rows have been touched. It’s good to let the db count this stuff for you.

    • @ShadowebEB
      @ShadowebEB Рік тому

      Or just use a proper software that will tell you how many was affected...

    • @Smaxx
      @Smaxx Рік тому

      @@ShadowebEB Which might screw up for whatever reason, too, if it just simulates the transaction and you rely on it!

    • @Smaxx
      @Smaxx Рік тому

      Btw. depending on the actual dialect, you might also be able to just use `select @@ROWCOUNT` for the row count of the last statement, saving you any math etc. (assuming you've got only one action to do).

  • @maxhugen
    @maxhugen Рік тому +4

    Absolutely - wrapping SQL in a transaction should be the first thing newbies learn about! 👍 🇦🇺

    • @MarekKnapek
      @MarekKnapek Рік тому

      The second thing is privileges/user accounts. Typical bad example from 90s is web application written in PHP storing data into MySQL database, using raw queries. The problem is, if you have an SQL injection vulnerability in your PHP code (and you WILL HAVE an SQL injection vulnerability in your PHP code), and the PHP can execute ANY query against that database server, it could also execute an injected malicious SQL query. To mitigate this, first, use prepared statements or functions instead of hand assembling the SQL query, second (prevents injections), connect from PHP to MySQL using account with limited privileges, such as ability to to only execute stored functions or not able to query db schema (prevents disasters even in case of injection).

  • @robertdaly4387
    @robertdaly4387 Рік тому +3

    Your IT videos make me miss IT.
    I just hated fighting with upper management to make their network safer and run better. Then get told no then something happens then I said this is what I was talking about. Then fix it and 3 months later they want to go back to what it was. Then break-fix and repeat.
    Having only 2 guys doing IT for 250 Employees and 6 sites in 3 states.
    I couldn't take the stress
    LoL
    My Boss quit for 3 months then it was just me. He started working for them as a subcontractor and working at his new job. His new job sucked and then he came back. Then the metal prices tanked and the company laid off 75% of the workforce. Told us we had to take a 40% pay cut or get laid off. The last time they did a temp pay cut thing it became permanent. Got laid off and then asked to come 4 months later at a 25% pay cut. It was my last IT job I miss the work but not the stress.
    I should have not gotten into the recycling industry. It is a shame how China killed it in the USA. Bought up most of the refiners and then made it so that we had to send the metal to them at a much lower price. It is going to bite us in the butt if we go to war with them.

  • @robbybankston4238
    @robbybankston4238 Рік тому

    Truth. Rollback has saved me a lot of heartache.

  • @severalwhitespaces
    @severalwhitespaces Рік тому +3

    Awesome, please do more of these tech videos!

  • @user-pe9qg3hg3k
    @user-pe9qg3hg3k Рік тому

    This is why i love your channel, the military and the software, its a blend made in heaven

  • @collinhicks37
    @collinhicks37 Рік тому

    I'm so glad I managed to find this channel! As a former 19K who is studying cybersecurity, it feels like this channel was made just for me. Keep up the amazing work!

  • @OldManBolt
    @OldManBolt Рік тому +2

    This is just such a great channel .. Went to comp-sci school at Quantico Virginia where they taught us Ada. USMC 89-97

  • @evilleader1991
    @evilleader1991 Рік тому +1

    I'm learning Databases this semester and most of this information is pretty basic. But I was abit confused with the inner join etc and thank you for giving me some clarification :). Your explanation was the most understandable for me.

  • @rrl4245
    @rrl4245 Рік тому

    Good info. I too am a military guy, and a software guy. SQL is the greatest! I learned it from Dr Don Chamberlin, when he taught a grad course on databases in 1979 (@ SJSU). He created SQL while at IBM.

  • @chasefarnsworth6327
    @chasefarnsworth6327 Рік тому +1

    Begin Tran and rollback tran, You made my heart sing

  • @Native_love
    @Native_love Рік тому

    I've seen IT UA-cam "GURUS" who can't teach to save their lives. You could teach professionally. Trust me, I have 20 years in the field and was a highly paid consultant for 12 years. You are a natural teacher! Cool!

  • @1dayatatime2023
    @1dayatatime2023 Рік тому

    I do not know the first thing about programming/developing or computer code, but I found this video so interesting and I kinda understood everything you was explaining,
    I enjoy ALL your content Ryan,
    Thank you

  • @rickwightman2366
    @rickwightman2366 Рік тому

    Nice summary. Not to take away from the value of rollbacks (and transactions), the likely second-most important idea (and already identified below) is to never delete, but rather mark as invisible so that you can always recall data.

  • @sarnieken
    @sarnieken Рік тому +1

    I use both SQL and HANA in my job. Every day is a school day!

  • @tankman66
    @tankman66 Рік тому +1

    Hey Ryan thanks for this video! Been watching your Ukraine stuff for a while but this is interesting for me as I have just started my first class on SQL & Databases.

  • @NickMcMelin
    @NickMcMelin Рік тому

    Thank you for this, I appreciate you sharing this. I’m interested in learning this industry and glad you are another person I can support while learning.

  • @sammyhagger12
    @sammyhagger12 Рік тому +1

    Good mix of military and cs info

  • @modernNeanderthal800
    @modernNeanderthal800 Рік тому

    I used to avoid the videos directly related to my job..... But now that I get to have beautifully orated stories in-between, well I just might have to go be productive today!!

  • @stanbasov42
    @stanbasov42 Рік тому

    One of the best sponsor presentations I've seen

  • @colefulton6209
    @colefulton6209 Рік тому

    I love sql. Always important to have checkpoints and backups.

  • @PaleandPastey
    @PaleandPastey Рік тому +1

    As a Data Engineer, I endorse this message!

  • @joekellyou
    @joekellyou 7 місяців тому

    A key to setting up a DB is to go into the master properties and select a memory limit. That way, if you accidentally create a forever loop, the whole system doesn’t crash. You can just stop and start the MSSQL service for that DB!

  • @Helekopa_Pailaka
    @Helekopa_Pailaka Рік тому +2

    LOL, select employee "Circleback LeDouche." 👍🏻

  • @FirstDagger
    @FirstDagger Рік тому

    6:23 "I can make a video just on joins" yes please.

  • @Krieghandt
    @Krieghandt Рік тому +1

    Next: RQL and AQL 😁 Maybe a video on R would be cool, and how FORTRAN 77 is different to most common languages. Then a quick tour of LISP 😂

  • @somebrains5431
    @somebrains5431 Рік тому +1

    Lolz, right when there’s a ton of 1:1 tutorials. Perfect timing.

  • @matthewporcel5431
    @matthewporcel5431 Рік тому +1

    very helpful start learning this

  • @jongee774
    @jongee774 Рік тому

    Man your awesome.. I watch u because of the military stuff u do.. but I hit this video.. and that poem u did about your sponsor..is hilarious 😂...just a question I wish u could do somthing like a mini series about ww2.. I know u could come up with something..I know it would amazing

  • @Joe-jq3ru
    @Joe-jq3ru Рік тому +1

    Probably should include (NOLOCK) for TSQL/MSSQL if they are querying PROD data. Less likely to do a table lock and slow down database response times.

  • @stephenjacks8196
    @stephenjacks8196 Рік тому

    Great video. Can't wait for the SeQueL.

  • @noelricardomedina494
    @noelricardomedina494 Рік тому

    Here a stored procedure developer seen SQL, only with Ryan

  • @TheNinjaBank
    @TheNinjaBank Рік тому

    didn't know this, thanks Ryan

  • @toniwilson6210
    @toniwilson6210 Рік тому

    I can’t believe you’re talking about something that I know about

  • @TrippyMango
    @TrippyMango Рік тому

    Love these cyber security videos

  • @robertaguirre85
    @robertaguirre85 Рік тому

    Love it! Pls make more!!!!

  • @derekencinas4097
    @derekencinas4097 Рік тому

    Thank you 😁

  • @davidshvartsman
    @davidshvartsman Рік тому

    I would say it is 3 commands: begin transaction, commit transaction, and rollback transaction. Overall, good overview 👍

  • @31dknight
    @31dknight Рік тому

    Another great video. Thanks

  • @nathanz7205
    @nathanz7205 Рік тому +3

    These videos are awesome, Thanks!

  • @suddentroubles9501
    @suddentroubles9501 Рік тому

    Thanks for another great video boss!

  • @nicomal
    @nicomal Рік тому

    I love your content, maybe you should open a separate channel for cyber security or software related topics? Just a suggestion, I'm sure you can handle both.

  • @JamesTJoseph
    @JamesTJoseph Рік тому

    I remember a reddit post sometime ago saying "Accidentally destroyed production database on first day of a job, and was told to leave, on top of this i was told by the CTO that they need to get legal involved, how screwed am i?" 😄

  • @KardasR
    @KardasR Рік тому

    I was missing the programming videos!

  • @КирилоХацько
    @КирилоХацько Рік тому

    Normalisation ~~~ write maximum information using minimum data

  • @holofish
    @holofish Рік тому

    Bloody NoSQL has rekt all my relational DB knowledge!

  • @dominiquefortin5345
    @dominiquefortin5345 Рік тому +1

    Except this syntax is specific to some SQL database. However, the concept of transaction where you can rollback to when the transaction started is the most important part. In Oracle, you are always in a transaction, so no "begin transaction" but you can do a partial rollback to a savepoint or do a complete rollback. Different databases have different ways of doing transactions.

    • @XMeK
      @XMeK Рік тому

      He's using T-SQL... hence SSMS. 🙂

  • @dcaddell
    @dcaddell Рік тому +3

    I think you missed talking about COMMIT for the transaction, someone just learning might not know that is needed just start creating a bunch of open transactions.

    • @srutzky
      @srutzky Рік тому

      This comment needs to be pinned to increase visibility!

  • @michaelthompson8251
    @michaelthompson8251 Рік тому

    introductions.
    your s q l lesson is fair for absolute beginners.
    i thought that cyber security types would be more informed.
    s q l commands to treat with care start with delete or update.
    an option on tables for c y a actions is journaling.
    also consider the ramifications of altering a table or tables when.
    for some reason a rollback command does not occur.
    time sinks using the select command are
    those that are nested selects.
    or for a cross tab table result.
    but overall.
    it was cool to walk down my memory lane

  • @largepimping
    @largepimping Рік тому

    The tables are my corn. They keep my house hot.

  • @QuizmasterLaw
    @QuizmasterLaw Рік тому +1

    A State Department-backed program using open source data and satellite imagery to document potential Russian war crimes in Ukraine is continuing to add partners to the technology-driven effort, while the agency is considering how such an approach could be applied more broadly in the future.
    The Conflict Observatory is intended to serve as a “central hub to capture, analyze, and make widely available evidence of Russia-perpetrated war crimes and other atrocities in Ukraine,” according to the organization’s website.

  • @TheCelticbeast
    @TheCelticbeast Рік тому +1

    You had me at "rollback transaction". Hope your Valentines Day is bringing you happiness.
    Am I correct in seeing your database's name? CrapTech?

  • @roguevirus
    @roguevirus Рік тому +2

    Currently trying to learn more about SQL queries, any other videos you'd recommend? SF, and thanks for the good videos.

    • @GoldDinger
      @GoldDinger Рік тому

      I'd recommend SQL Server Central or Red Gate's Simple Talk for great information to learn how to write good SQL code

  • @stcjv87
    @stcjv87 Рік тому

    I wish I didn't have a VPN already. I'd so sign up just for that romantic poem. RAH!!

  • @sayakchandra
    @sayakchandra Рік тому +1

    @ryan mcbeth: can you please explain what is the difference between something like m777 and himars. I understand himars are a rocket artillery system whereas m777 shoots shells. But wanted to understand in what scenario will someone use m777 as against himars and vice versa

  • @XMeK
    @XMeK Рік тому +5

    AS a data architect I can say that if your database was modeled properly, especially considering your use of BEGIN TRANSACTION can easily create a zombie trax if used by unskilled developers, you wouldn't need to open a trax to begin with. Opening transactions in Ad Hoc queries is inherently dangerous and shouldn't be done at all if you don't know about how isolation levels work. PLEASE do not do that on any Production DB.

    • @GoldDinger
      @GoldDinger Рік тому

      💯 but I think Ryan was doing a quick and dirty video.

    • @ivanbravomunoz1305
      @ivanbravomunoz1305 Рік тому

      Can you elaborate a bit more on why is it dangerous?

    • @XMeK
      @XMeK Рік тому +3

      @@ivanbravomunoz1305 Let's say you open a transaction, then perform an action that instantiates a record, page, or tablock (Table Lock). Then a commit failure occurs. Commit failures may not always throw a catchable error... not only do you have a zombie transaction... you have a lock that cannot be dropped until the zombie transaction is discovered and rectified.

    • @XMeK
      @XMeK Рік тому +3

      @@GoldDinger He was. He was doing an ad hoc deletion. Don't do those in production...
      In place of transaction I recommend SELECT * INTO #x From dbo.Whatever Where Terminated = 1 -- Put the soon to be deleted recs into a temp table...
      DELETE FROM dbo.Whatever WHERE Terminated = 1
      SELECT * FROM dbo.Whatever where Terminated = 1 -- Test... if null set then deletion occurred correctly.
      SELECT COUNT(*), Terminated FROM dbo.Whatever GROUP BY Terminated -- This will give a count of all recs based on each terminated value. If there are none with '1', then deletion occurred correctly.
      DROP TABLE #x -- Clean up the garbage

    • @GoldDinger
      @GoldDinger Рік тому +1

      @@XMeK agreed and using a temp table is a far better approach.

  • @Corsair37
    @Corsair37 Рік тому

    It only takes one bad SQL update/delete on a production database to teach you the value of transactions :)

  • @КирилоХацько
    @КирилоХацько Рік тому

    SQL like JS. Everyone in IT will eventually learn it.
    And it needed for “codeless” (hate this term) even more. Because ~50% of “codeless” based on simplified SQL.

  • @CarlosRo.
    @CarlosRo. 10 місяців тому

    I’m studying the fundamentals of Cyber Security and this is where I’m stuck. I have to do some exercises and I’m very confused on how to do it.

  • @muhammadlasheen7860
    @muhammadlasheen7860 Рік тому

    I have a question, as a military engineer, what is your role in natural disasters?

  • @williamvenable2781
    @williamvenable2781 Рік тому

    We’re you the lawyer on “Longmire”?

  • @rocko7711
    @rocko7711 Рік тому

    Great info

  • @midlifefullthrottle
    @midlifefullthrottle Рік тому

    Completely pointless for me to watch, but I watch every video you put out so it had to be done. 😂
    But dang you are a Smart Macbeth 💪🏽
    I can only do blue colour things 😅

  • @OriginalArnardi
    @OriginalArnardi Рік тому

    I have a bit of a odd question I couldn't find the answer to anywhere and in hoping Ryan could do a short on it even though it's not specific to the current conflicts.
    In regards to child soldiers what are the rules of engagement? I know children are not ment to be recruited but if they were are there any special protections afforded to them if they were met on a active battlefield?

  • @CoordinatedCarry
    @CoordinatedCarry Рік тому

    Ok sorta sorry for being a grammar Nazi, but I’m here to help. The irony the you said “general consensus” at 02:48 followed 10 seconds later by saying “eliminating redundancies”. A consensus is general, the phrase “general consensus” is a redundancy. Thanks for all the great videos.

  • @grapeape7284
    @grapeape7284 Рік тому

    More sql content pls

  • @steevesaj1
    @steevesaj1 Рік тому

    Do a video just on joins!

  • @dogghammer
    @dogghammer Рік тому

    You should use alias.

  • @stephenjacks8196
    @stephenjacks8196 Рік тому

    Good accounting practices: nothing gets erased.

  • @Dis146
    @Dis146 23 дні тому

    Rayan thanks you.

  • @Kam1n1_
    @Kam1n1_ Рік тому

    Just a correction for what you said at the beginning. A lot of companies are actually going away from SQL these days and choosing for NoSQL databases instead like MongoDB and Casandra. Like Uber, Netflix, Facebook Messenger, Discord, just to name a few. These are all apps running either partially or fully on NoSQL databases. And I'm generally curious if you and other IT professionals are aware of it as it still feels like only large companies go for NoSQL while the smaller and mostly older companies tend to stick with SQL.

    • @RyanMcBethProgramming
      @RyanMcBethProgramming  Рік тому

      I think if your data is structured, SQL is fine and faster. If you’re a platform like Amazon, and you’re selling everything from tomato seeds to lawn furniture, and NoSQL is better because there are a few similarities between those two items

    • @Kam1n1_
      @Kam1n1_ Рік тому

      @@RyanMcBethProgramming Last week I would have also thought that SQL would be faster. But apparantly that isn't the case. Or at least not with MySQL and MariaDB. We had a client with very slow performance in his database for a specific table with above 700 000 records. It was a list of products. And it had a barcode field wich was indexed. But MySQL refused to use that index when we did a simple query. SELECT * FROM products ORDER BY barcode. So the query took a good 15 seconds to run on a local isolated test server. I had to force MySQL to use the index with FORCE INDEX and that did the trick.
      But in my frustration I tried to give MongoDB a try. I wanted to use it from the start but I wasn't allowed to and now we pay the price with weird cases like this. I made a copy of that one table and dumped it into MongoDB. So practically speaking both databases were the same except the former was a table and the latter is stored in JSON. Without an index MongoDB ran the same query in less then two seconds. 700 000 records parsed from json and sorted. And when I added the index the performance was the same as MySQL with an index.
      I still have no idea how MongoDB manages to outperform MySQL in such a simple task but it does disprove your claim of SQL being faster. Or at least it proves that MySQL is slow. What I can say for sure is that it's a lot safer as SQL injection (or something simillar) is impossible.

  • @slowpunkforslowpunks2050
    @slowpunkforslowpunks2050 Рік тому

    Hehe, I hate your client, but solid SQL advice.

  • @krzysztofrudowicz5985
    @krzysztofrudowicz5985 Рік тому

    Hey. As a newb, does it work the same for PostgreSQL?
    Also, I've heard a term "index". What does it do? I can't wrap my head around that...
    Also, why, as a developer, you shouldn't use "*" in select statements?
    Why using "LIKE" clauses may be a bad idea if you have any choice in the matter? (and if you do, what would the alternative be?)
    Many, many other, more useful and more advanced questions that need answering and you have a good platform to educate people here :P
    Let's make developer knowledge able again! 🤣

  • @cw6043
    @cw6043 Рік тому +1

    this will be cool...

  • @Thatotter223
    @Thatotter223 Рік тому

    Im glad you love computers bro im confused

  • @valentinee500
    @valentinee500 Рік тому

    Actualy
    If you want to find out annual salary then you should ad
    “WHERE DATE from ‘2022.01.10’ to ‘2023.01.01’
    Or
    WHERE DATE > 2022.01.01

    • @valentinee500
      @valentinee500 Рік тому

      Otherwise it will show you all-time result since the beginning of database existence

  • @foramerica21
    @foramerica21 Рік тому +2

    ENGAGEMENT

  • @mikemalter
    @mikemalter 6 місяців тому

    Transactions you can rollback are your friend.

  • @rodmcintyre86
    @rodmcintyre86 Рік тому

    Hey Ryan my question is how do the drone operators get the GPS coordination to the Artillery crew when the drone is usually like half a kilometer to a kilometer away and 200 ft in tha air from the target

  • @QuizmasterLaw
    @QuizmasterLaw Рік тому

    And today Ryan I see Ryan is shaming the GSA...

  • @Existntlangst
    @Existntlangst Рік тому

    Pro tip: don't make changes in production. Unless you have everything tested and reviewed multiple times.

  • @raymeester7883
    @raymeester7883 Рік тому

    4:17
    When it hits too close.

  • @tracyrreed
    @tracyrreed Рік тому +1

    I sure hope Atlas pays you extra to rhyme for them!

  • @LaughingOrange
    @LaughingOrange Рік тому

    Why didn't I learn this in school? The subject was Databases, so it should have been covered.

  • @RezaXGWB
    @RezaXGWB Рік тому

    Ryan is back with his coding content