摘要: C++11新增如下特性: 新增auto、decltype关键字,实现类型的自动推导; 新增chat18_t、chat32_t、long long int基础数据类型; 新增constexpr编译时常量表达式; 新增default、delete、override、final说明符; 新增delegat 阅读全文
posted @ 2020-07-26 21:10 yaphy 阅读(156) 评论(0) 推荐(0)
摘要: Write a query that prints a list of employee names (i.e.: the name attribute) from the Employee table in alphabetical order. Input Format The Employee 阅读全文
posted @ 2020-07-25 20:46 yaphy 阅读(143) 评论(0) 推荐(0)
摘要: Query the Name of any student in STUDENTS who scored higher than 75 Marks. Order your output by the last three characters of each name. If two or more 阅读全文
posted @ 2020-07-25 20:42 yaphy 阅读(92) 评论(0) 推荐(0)
摘要: The STATION table is described as follows: 1.Find the difference between the total number of CITY entries in the table and the number of distinct CITY 阅读全文
posted @ 2020-07-25 14:22 yaphy 阅读(93) 评论(0) 推荐(0)