摘要:
题目 It's H University's Registration Day for new students. There are M offices in H University, numbered from 1 to M. Students need to visit some of th 阅读全文
摘要:
题目 Alice writes an English composition with a length of N characters. However, her teacher requires that M illegal pairs of characters cannot be adjac 阅读全文
摘要:
视图 视图是一种虚拟的表,它通过sql语句作用到一个或多个数据库真实表上,返回筛选后的数据。 视图返回的数据只能查看不能更改; 视图可以使用户只看到他们关注的那几列数据(可能来自一个或多个表); 视图可以重用查询操作,比如一个比较复杂的查询语句经常被使用,那么可以将该查询封装为视图,然后每次只需要通 阅读全文