Lab One - SQL Start up part 1

Lab One 

Step 1 

Straight off the bat we downloaded a program called Laragon and also a program called PHP my admin. once both programs were installed you want to extract the PHP my admin file into the directory,  

Largon>ect apps 

This now allows you to use pH my admin true Laragan local hosting 






Step 2 

Open PHP, my admin, by using the widget at the bottom of the windows taskbar. The reason why we're doing this is that we're going to create some selections within a table on the database. So create I new table. and fill out the criteria that you wish to catalogue. I've chosen a game store and several games at the game store will have in stock or on display. 




It's very important that you make sure you have a key and unique attributes within your list. 

 

Step 3 

Next up was making a query, a query is a way for us to discover particular items on the table by excluding properties of the items that we're not looking for. 

For example in the image below as you can see you can set it to select from games weather prices under 20. 



once you clear the underline you can see that it's showing Rayman 2-3 and x But it's excluding the original Rayman game which is priced at 20. at its core, this is how the query tool works and helps you search through large volumes of items efficiently. 

In the table below you're able to see that there is delete buttons for each row, you can use it query tool defined items that you are looking to remove and remove that single item from a massive list. 

And if you're looking to remove an entire list it can be done so in the browse tab. 




Comments

Popular posts from this blog

Adobe Max 2021 from a UX and UI perspective

Lab 3 – SQL EXERCISES

Lab Two - SQL Start up part 2