sql
-
SQL data manipulation language (DML) SELECT, FROM, WHERE NULL values Set operations String operations, ordering Aggregate functions, aggregation → querying && modifying the databases Aggregate Functions - Having Clause groups뒤에 오는 HAVING과 groups 앞에 있는 HAVING이 다름. 두 개는 다른 쿼리이다. 왼쪽에 있는 것은 GROUP BY 를 한 instructor중에서 65000이 넘는 교수 오른쪽은 65000이 넘는 instructor를 찾아서 평균을 낸 것. 따라서 더 높음. More SQL Nested subq..
Structured Query LanguageSQL data manipulation language (DML) SELECT, FROM, WHERE NULL values Set operations String operations, ordering Aggregate functions, aggregation → querying && modifying the databases Aggregate Functions - Having Clause groups뒤에 오는 HAVING과 groups 앞에 있는 HAVING이 다름. 두 개는 다른 쿼리이다. 왼쪽에 있는 것은 GROUP BY 를 한 instructor중에서 65000이 넘는 교수 오른쪽은 65000이 넘는 instructor를 찾아서 평균을 낸 것. 따라서 더 높음. More SQL Nested subq..
2023.10.27 -
Introduction to MySQL MySQK is an SQL-based relational database management system(DBMS) Free and open-source Owned by Oracle Commercial version of MySQL Compatible with standard SQL Frequently used for commercial web services Why Mysql? Popular active discussion all over the Internet Versatile runs on Linux, Windows, MacOS, Solaris, FreeBSD Cost starts from zero High performance(fast and reliabl..
Handshaking with an R-DBMSIntroduction to MySQL MySQK is an SQL-based relational database management system(DBMS) Free and open-source Owned by Oracle Commercial version of MySQL Compatible with standard SQL Frequently used for commercial web services Why Mysql? Popular active discussion all over the Internet Versatile runs on Linux, Windows, MacOS, Solaris, FreeBSD Cost starts from zero High performance(fast and reliabl..
2023.10.27 -
Functinality Massive, Convenient, Multi-user, Safe, Efficient, Reliable safe; transaction Structured Query Language(SQL) SQL : Structured Query Language principal language describe and manipulate relational databases Very high-level c, java, basic보다 high level이다. what to do >> how to doo not specifying data-manipulation details DBMSs figure out the'best' way to execute queries query optimizatito..
MySQL과 명령어Functinality Massive, Convenient, Multi-user, Safe, Efficient, Reliable safe; transaction Structured Query Language(SQL) SQL : Structured Query Language principal language describe and manipulate relational databases Very high-level c, java, basic보다 high level이다. what to do >> how to doo not specifying data-manipulation details DBMSs figure out the'best' way to execute queries query optimizatito..
2023.10.27 -
얘들아 안녕.. 정처기 필기를 본 지 얼마 되지도 않은 것 같은데 실기 까지 시간이 남아서 그 틈을 못참고 내가 또 벌인 SQLD자격증 시험..ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 아직 시험 결과가 나오지 않아서 내가 포스팅을 해도 될지 모르겠지만,,, (60점 넘을지 모르겠음) 그래도 SQLD를 한 번 쳐볼까? 하는 사람들한테는 도움이 될 수 있으니 한 번 적어보겠오.. 시험 공부기간은 1-2주라고 치는데 사실 완전 빡! 한 건 5일..? 놀 꺼 다 놀고 공부했다..ㅋㅋㅋㅋ 그래도 5일 정도는 독서실에 처박혀서 공부했으니 당연히 붙을 거라고 자만했던 과거의 나.. 여러분은 2주정도 여유롭게 공부해서 다들 맘 놓고 합격하시길 ㅎㅎ 1. 개념 정리 개념 정리를 하기 위해서는 우선 책이 있어야 겠지~?~?? 인터넷에 떠..
[SQLD] 시험 준비 및 공부 방법, 합격 후기(전공자, 1주일 공부)얘들아 안녕.. 정처기 필기를 본 지 얼마 되지도 않은 것 같은데 실기 까지 시간이 남아서 그 틈을 못참고 내가 또 벌인 SQLD자격증 시험..ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 아직 시험 결과가 나오지 않아서 내가 포스팅을 해도 될지 모르겠지만,,, (60점 넘을지 모르겠음) 그래도 SQLD를 한 번 쳐볼까? 하는 사람들한테는 도움이 될 수 있으니 한 번 적어보겠오.. 시험 공부기간은 1-2주라고 치는데 사실 완전 빡! 한 건 5일..? 놀 꺼 다 놀고 공부했다..ㅋㅋㅋㅋ 그래도 5일 정도는 독서실에 처박혀서 공부했으니 당연히 붙을 거라고 자만했던 과거의 나.. 여러분은 2주정도 여유롭게 공부해서 다들 맘 놓고 합격하시길 ㅎㅎ 1. 개념 정리 개념 정리를 하기 위해서는 우선 책이 있어야 겠지~?~?? 인터넷에 떠..
2022.06.04