<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Thanks, Lewis. I’ve actually worked with SQL Server as a database designer for years. Right now, my company wants me to take on administration duties, which are a lot more complex, so I’m trying to find courses that are accessible, possibly even tailored to blind IT pros.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b>From:</b> NFBCS <nfbcs-bounces@nfbnet.org> <b>On Behalf Of </b>Lewis Wood via NFBCS<br><b>Sent:</b> Friday, July 14, 2023 9:56 AM<br><b>To:</b> 'NFB in Computer Science Mailing List' <nfbcs@nfbnet.org><br><b>Cc:</b> Lewis Wood <lewislwood@gmail.com><br><b>Subject:</b> Re: [NFBCS] Test<o:p></o:p></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Your message got through.  I learned SQL long ago when I could see.<o:p></o:p></p><p class=MsoNormal>Today I just do google searches.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Code camp has this lookup:<o:p></o:p></p><p class=MsoNormal><a href="https://www.freecodecamp.org/news/basic-sql-commands/">https://www.freecodecamp.org/news/basic-sql-commands/</a><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>www3 schools<o:p></o:p></p><p class=MsoNormal><a href="https://www.w3schools.com/sql/sql_quickref.asp">https://www.w3schools.com/sql/sql_quickref.asp</a><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The only other thing you need is a sql server to practice on.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>If you use Docker I have a repo Postgresql in a minute <o:p></o:p></p><p class=MsoNormal><a href="https://github.com/lewislwood/postgresql-persistent-connect">https://github.com/lewislwood/postgresql-persistent-connect</a><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>If you do not use Docker you can install mariadb or mysql.<o:p></o:p></p><p class=MsoNormal>Along with adminer.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><o:p> </o:p></b></p><p class=MsoNormal><b><o:p> </o:p></b></p><p class=MsoNormal><b>Postgres supports JSON queries as well. This is somewhat similar to collection style of data storage.<o:p></o:p></b></p><p class=MsoNormal><b>Thus Postgresql is allowing dynamic JSON in their SQL queries, this is relatively new only a few years. Now mysql also may support this type of content.<o:p></o:p></b></p><p class=MsoNormal><b><o:p> </o:p></b></p><p class=MsoNormal><b>You must have a database in order to practice and play around.<o:p></o:p></b></p><p class=MsoNormal><b><o:p> </o:p></b></p><p class=MsoNormal><b>msAccess is also a viable tool as well.  They offer a drag drop interface, not sure about accessibility for blind, since I was able to see 10 years ago when I played with it a lot for a client of mine.<o:p></o:p></b></p><p class=MsoNormal><b><o:p> </o:p></b></p><p class=MsoNormal><b>Lewis Wood<o:p></o:p></b></p><p class=MsoNormal><b><a href="mailto:lewislwood@gmail.com">lewislwood@gmail.com</a><o:p></o:p></b></p><p class=MsoNormal><b><o:p> </o:p></b></p><p class=MsoNormal style='margin-bottom:12.0pt'><b>From:</b> NFBCS <<a href="mailto:nfbcs-bounces@nfbnet.org">nfbcs-bounces@nfbnet.org</a>> <b>On Behalf Of </b>Ryan Stevens via NFBCS<b><o:p></o:p></b></p><p class=MsoNormal><b>Sent:</b> Friday, July 14, 2023 6:53 AM<br><b>To:</b> 'NFB in Computer Science Mailing List' <<a href="mailto:nfbcs@nfbnet.org">nfbcs@nfbnet.org</a>><br><b>Cc:</b> Ryan Stevens <<a href="mailto:rysteve@comcast.net">rysteve@comcast.net</a>><br><b>Subject:</b> [NFBCS] Test<o:p></o:p></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Hello,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I sent an email a couple of days ago asking if anyone knows of an accessible online training for SQL Server DBA, but got no response. Please let me know if this message gets through.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks,<o:p></o:p></p><p class=MsoNormal>Ryan Stevens<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>