p1 for doug



IF- An IF statement is a programming language and it means that if the statement is true it will perform a function or display some data. For example below I have screenshotted a part of my IF statement that I have created on visual studio this means when I put in an IF statement followed by an option which I then picked USD for my converter I can then translate the currency I want into one of my options that I have put and for this example I used USD.




Then- When the statement is true then it has to be followed by then to be executed


Else- If the statement is not true then else instructions are taken.






SELECT- A select statement can fetch data from a data base.






AND- Is an operator that combines two statements and those statements must be true for the row to be included in the result test.




OR- Is an operator that can filter the results including rows where either condition is true.




 NOT- Is an operator than can change the false statement into a true one or true to false.

         

Comments