Can someone please help me use the Boolean operators (AND, OR and NOT) to construct a search statement for the following research question: I want to investigate how the practice of blogging has influenced high school education.
Your question is unclear. Are you writing an SQL query for a database, or just doing a complex query for the internet? In simplest terms, start with your basic query, and if you get too many results, you can use AND and another condition to reduce the results. If you have too few, OR and another condition will increase the number of results. NOT inverts whatever it's acting on. NOT false equals true. There meanings are basically the same as their use in English, just a bit more formal for use in formal languages.
Join our real-time social learning platform and learn together with your friends!