All positions are considered on a rolling basis and there is no closing application date
𝐀𝐩𝐩𝐥𝐲 𝐯𝐢𝐚 𝐨𝐮𝐫 𝐆𝐨𝐨𝐠𝐥𝐞 𝐅𝐨𝐫𝐦 𝐨𝐫 𝐞𝐦𝐚𝐢𝐥 𝐮𝐬 𝐜𝐚𝐫𝐞𝐞𝐫𝐬@𝐯𝐢𝐞𝐭𝐜𝐞𝐭𝐞𝐫𝐚.𝐜𝐨𝐦
We are looking for an experienced Data Analyst to join Vietcetera - a rising star in the media industry in Vietnam. Your contributions will help make a huge difference in driving business growth, product development, content innovation, client solutions. What an exciting opportunity!
𝐑𝐞𝐬𝐩𝐨𝐧𝐬𝐢𝐛𝐢𝐥𝐢𝐭𝐢𝐞𝐬:
- Develop and implement databases, data collection systems, data analytics and other strategies that optimize statistical efficiency and quality
- Interpret data, analyze results using statistical techniques and provide ongoing reports
- Acquire data from primary or secondary data sources and maintain databases/data systems
- Identify, analyze, and interpret trends or patterns in complex data sets
- Filter and “clean” data by reviewing computer reports, printouts, and performance indicators to locate and correct code problems
- Work with management to prioritize business and information needs
𝐑𝐞𝐪𝐮𝐢𝐫𝐞𝐦𝐞𝐧𝐭𝐬:
- Proven working experience as a Data Analyst or Business Data Analyst
- Technical expertise regarding data models, database design development, data mining and segmentation techniques
- Strong knowledge of and experience with reporting packages (Business Objects etc), databases (SQL etc), programming
- Knowledge of statistics and experience using statistical packages for analyzing datasets
- Strong analytical skills with the ability to collect, organize, analyze, and disseminate significant amounts of information with attention to detail and accuracy
- Adept at queries, report writing and presenting findings
- BS in one of the following field: Mathematics, Economics, Computer Science, Information Management, or Statistics
𝐁𝐞𝐧𝐞𝐟𝐢𝐭𝐬:
- Competitive base salary + 13th month-salary
- Subsidised healthcare
- Dynamic and active work environment
- Catered lunch from Monday to Thursday.
- Opportunity to build a product from the ground up that will reach tens of millions of Vietnamese, other countries in Southeast Asia, and globally
- Access to meet and collaborate with experts and brands; just take a look at the content on Vietcetera to see for yourself!
🕧 Working time: from Monday – Friday, from 9.00 a.m. to 6.00 p.m.
🌐 Work location: Centec Tower, Ground Floor, 72 Nguyen Thi Minh Khai, District 3, Ho Chi Minh City.
同時也有20部Youtube影片,追蹤數超過12萬的網紅prasertcbs,也在其Youtube影片中提到,script สำหรับสร้างตาราง sales; drop table if exists sales; create table sales ( branch text, dt date, revenue int, primary key (bra...
「sql date」的推薦目錄:
- 關於sql date 在 Vietcetera Facebook 的精選貼文
- 關於sql date 在 BorntoDev Facebook 的精選貼文
- 關於sql date 在 軟體廚房 Facebook 的精選貼文
- 關於sql date 在 prasertcbs Youtube 的最佳解答
- 關於sql date 在 prasertcbs Youtube 的精選貼文
- 關於sql date 在 prasertcbs Youtube 的最佳解答
- 關於sql date 在 【MS SQL】日期函數(Date and Time Functions) - 伍夜黃昏 ... 的評價
- 關於sql date 在 Getting only Month and Year from SQL DATE - Stack Overflow 的評價
- 關於sql date 在 SQL Date Utility - gist GitHub 的評價
- 關於sql date 在 How to filter Datetime in SQL Server - Quick Tips Ep38 的評價
sql date 在 BorntoDev Facebook 的精選貼文
🤣 "ถ้ายังอยู่บนดาวโลก ปีนึงมีไม่ถึง 419 วันแน่ ๆ !!"
.
ดังนั้นวันนี้เรามารู้จักกับ Data Type "Date" หนึ่งในประเภทข้อมูลที่ใช้เก็บเวลา ที่หลาย ๆ ภาษา รวมถึง SQL มีให้ใช้งานแบบง่าย ๆ !
.
นึกภาพดูว่าถ้าเราต้องการข้อมูลออเดอร์จากวันที่ 1 เมษายน 2563 เราจะทำยังไง ? จะต้องไล่หั่น String หรือ เปรียบเทียบจากการแปลงตัวเลขต่าง ๆ สุดวุ่นวายเลยไหม ?
.
✅ คำตอบคือ "อาจจะใช่ ถ้าไม่ใช้ Date จัดการ" แต่ถ้าใช้ Date เราสามารถเปรียบเทียบตรง ๆ เหมือน if - else ธรรมดาได้เลย เช่น ต้องการข้อมูลของวันที่เท่านั้น หรือ ช่วงเวลานั้น ๆ
.
โดยถ้าพูดถึงในส่วนของ SQL จะมี Data Type พวก Date นี้หลายตัวเหมือนกันไม่ว่าจะเป็น
.
- DATE - เป็นรูปแบบ ปี เดือน วัน YYYY-MM-DD
- DATETIME - เป็นวันที่แถมมีเวลาด้วย : YYYY-MM-DD HH:MI:SS
- TIMESTAMP - เป็นรูปแบบ Time Stamp เมื่อมี Data เข้ามา : YYYY-MM-DD HH:MI:SS
- YEAR - เก็บในรูปแบบปี YYYY หรือ YY
.
ซึ่งเมื่อเราเก็บข้อมูลในรูปแบบนี้นอกจากจะทำให้เข้าถึงข้อมูลได้ง่ายแล้ว 1 ปีตามปฏิทินของเราจะมีไม่เกิน 365 ถึง 366 วันแน่นอน !! <3
.
#BorntoDev - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอทีในทุกวัน
sql date 在 軟體廚房 Facebook 的精選貼文
提醒各位朋友,SQL Server datetime 型別的毫秒尾數只有 0, 3, 7,所以在查詢條件的時候注意一下。
https://docs.microsoft.com/en-us/sql/t-sql/data-types/datetime-transact-sql#rounding-of-datetime-fractional-second-precision
sql date 在 prasertcbs Youtube 的最佳解答
script สำหรับสร้างตาราง sales;
drop table if exists sales;
create table sales (
branch text,
dt date,
revenue int,
primary key (branch, dt)
);
insert into sales
select 'bangkok' branch, dt::date, (10000 + random() * 20000)::int revenue
from generate_series('2018-01-01'::date, '2019-12-31'::date, '1 day') dt
UNION
select 'phuket' branch, dt::date, (10000 + random() * 10000)::int revenue
from generate_series('2018-01-01'::date, '2019-12-31'::date, '1 day') dt
order by branch, dt;
ดาวน์โหลด PostgreSQL script ไฟล์ที่ใช้ในคลิปได้ที่ ► http://bit.ly/2mdDVmm
ดาวน์โหลด saturn database (saturn.tar) ได้ที่ ► http://bit.ly/2E2uY7a
เชิญสมัครเป็นสมาชิกของช่องนี้ได้ที่ ► https://www.youtube.com/subscription_center?add_user=prasertcbs
สอน PostgreSQL ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGi_NqmIu43B-PsxA0wtnyH
สอน MySQL ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFmJDsZipFCrY6L-0RrBYLT
สอน Microsoft SQL Server 2012, 2014, 2016, 2017 ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH8gYuxpp-jqu5Blc7KbQVn
สอน SQLite ► https://www.youtube.com/playlist?list=PLoTScYm9O0GHjYJA4pfG38M5BcrWKf5s2
สอน SQL สำหรับ Data Science ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGq8M6HO8xrpkaRhvEBsQhw
การเชื่อมต่อกับฐานข้อมูล (SQL Server, MySQL, SQLite) ด้วย Python ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEdZtHwU3t9k3dBAlxYoq59
การใช้ Excel ในการทำงานร่วมกับกับฐานข้อมูล (SQL Server, MySQL, Access) ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGA2sSqNRSXlw0OYuCfDwYk
#prasertcbs_SQL #prasertcbs #prasertcbs_PostgreSQL

sql date 在 prasertcbs Youtube 的精選貼文
ดาวน์โหลด PostgreSQL Notebook ไฟล์ที่ใช้ในคลิปได้ที่ ► http://bit.ly/2knx619
เชิญสมัครเป็นสมาชิกของช่องนี้ได้ที่ ► https://www.youtube.com/subscription_center?add_user=prasertcbs
สอน PostgreSQL ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGi_NqmIu43B-PsxA0wtnyH
สอน MySQL ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFmJDsZipFCrY6L-0RrBYLT
สอน Microsoft SQL Server 2012, 2014, 2016, 2017 ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH8gYuxpp-jqu5Blc7KbQVn
สอน SQLite ► https://www.youtube.com/playlist?list=PLoTScYm9O0GHjYJA4pfG38M5BcrWKf5s2
สอน SQL สำหรับ Data Science ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGq8M6HO8xrpkaRhvEBsQhw
การเชื่อมต่อกับฐานข้อมูล (SQL Server, MySQL, SQLite) ด้วย Python ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEdZtHwU3t9k3dBAlxYoq59
การใช้ Excel ในการทำงานร่วมกับกับฐานข้อมูล (SQL Server, MySQL, Access) ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGA2sSqNRSXlw0OYuCfDwYk
#prasertcbs_SQL #prasertcbs #prasertcbs_PostgreSQL

sql date 在 prasertcbs Youtube 的最佳解答
ดาวน์โหลด PostgreSQL script ไฟล์ที่ใช้ในคลิปได้ที่ ► http://bit.ly/2lQj9Jo
ดาวน์โหลด saturn database (saturn.tar) ได้ที่ ► http://bit.ly/2E2uY7a
เชิญสมัครเป็นสมาชิกของช่องนี้ได้ที่ ► https://www.youtube.com/subscription_center?add_user=prasertcbs
สอน PostgreSQL ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGi_NqmIu43B-PsxA0wtnyH
สอน MySQL ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFmJDsZipFCrY6L-0RrBYLT
สอน Microsoft SQL Server 2012, 2014, 2016, 2017 ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH8gYuxpp-jqu5Blc7KbQVn
สอน SQLite ► https://www.youtube.com/playlist?list=PLoTScYm9O0GHjYJA4pfG38M5BcrWKf5s2
สอน SQL สำหรับ Data Science ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGq8M6HO8xrpkaRhvEBsQhw
การเชื่อมต่อกับฐานข้อมูล (SQL Server, MySQL, SQLite) ด้วย Python ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEdZtHwU3t9k3dBAlxYoq59
การใช้ Excel ในการทำงานร่วมกับกับฐานข้อมูล (SQL Server, MySQL, Access) ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGA2sSqNRSXlw0OYuCfDwYk
#prasertcbs_SQL #prasertcbs #prasertcbs_PostgreSQL

sql date 在 SQL Date Utility - gist GitHub 的推薦與評價
Microsoft SQL Server T-SQL date and datetime formats. – Date time formats – mssql ... SQL Server date formatting function – convert datetime to string. ... <看更多>
sql date 在 【MS SQL】日期函數(Date and Time Functions) - 伍夜黃昏 ... 的推薦與評價
前言SQL 內建函數有多種,而最常使用的四大函數分別為聚合函數(Aggregate Functions)& 字串函數(String Functions)& 數值函數(Mathematical ... ... <看更多>