18 Feb 2020 |
CSCI585,
English/英文,
Note
Credit to: Prof. Saty Raghavachary, CSCI 585, Spring 2020
Outline
- About various database connectivity technologies
- How Web-to-database middleware is used to integrate databases with the Internet
- About Web browser plug-ins and extensions
- What services are provided by Web application servers
- What Extensible Markup Language (XML) is and why it is important for Web database development
- About cloud computing and how it enables the database-as-a-service model
18 Feb 2020 |
CSCI585,
English/英文,
Note
Credit to: Prof. Saty Raghavachary, CSCI 585, Spring 2020
outline
- About distributed database management systems (DDBMSs) and their components
- How database implementation is affected by different levels of data and process distribution
- How transactions are managed in a distributed database environment
- How distributed database design draws on data partitioning and replication to balance performance, scalability, and availability
- About the trade-offs of implementing a distributed data system
17 Feb 2020 |
Share,
Chinese/中文
本文记述一下自己理赔美国学生保险(United Healthcare StudentResources)的经历供大家参考。
05 Feb 2020 |
CSCI567,
English/英文,
Note
Credit to: Prof. Yan Liu, CSCI567, Spring 2020
outline
- Multiclass Classification
- Neural Nets
04 Feb 2020 |
CSCI585,
English/英文,
Note
Credit to: Prof. Saty Raghavachary, CSCI 585, Spring 2020
outline
- How to use the advanced SQL JOIN operator syntax
- About the different types of subqueries and correlated queries
- How to use SQL functions to manipulate dates, strings, and other data
- About the relational set operators UNION, UNION ALL, INTERSECT, and MINUS
- How to create and use views and updatable views
- How to create and use triggers and stored procedures
- How to create embedded SQL