Self-Development
- Know your goal(s)/ know where you are headed
Self-Development
Cover Letter
Cover Letter Structure
Secret #1 - Clarify your career direction
Secret #2 - Match your resume to your selected positions
Secret #3 - Effectively sharpen your technical skills through a practical training program
Secret #4 - Networking is the key for you to get more interviews
Secret #5 - Please prioritize your interview skills training
Interview tips
1. SELECT* FROM tn WHERE FN LIKE '_in%' (%省略)
2. ROW_Number 函数
Data Querying
1. a. 数据:CRUD ( 增删查改Post, Get, Put, Delete)
b. 集合: 子交并补
c.优化
2. SELECT...FROM...
If 200> ANY(SELECT ProductID FROM tablename)
BEGIN
SELECT 'YES"
END
ELSE
BEGIN
SELECT'NO'