SQL is a database language standardized for working with relational databases and has three major functions.
Among these functions, the contents that appear in the Basic Information and IT Passport exams are mainly data manipulation in 2. For this reason, this site provides explanations focusing on these functions and a hands-on training environment.
Data manipulation in SQL consists of the following four operations
Among these, the SELECT statement appears in a very large number of questions. In the Basic Information and IT Passport examinations, it is possible to score almost perfectly if you know how to extract data with the SELECT statement and the syntax of the INSERT statement, UPDATE statement, and DELETE statement.
In order to answer SQL questions on the Basic Information and IT Passport exams, make sure to keep the SELECT statement, INSERT statement, UPDATE statement, and DELETE statement in mind.