NOTE


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

Duplicate Emails

发表于 2017-04-29   |   分类于 LeetCode , SQL problems , MySQL

Write a SQL query to find all duplicate emails in a table named Person.

阅读全文 »

Consecutive Numbers

发表于 2017-04-28   |   分类于 LeetCode , SQL problems , MySQL

Write a SQL query to find all numbers that appear at least three times consecutively.

阅读全文 »

Rank Scores

发表于 2017-04-28   |   分类于 LeetCode , SQL problems , MySQL

Write a SQL query to rank scores. If there is a tie between two scores, both should have the same ranking. Note that after a tie, the next ranking number should be the next consecutive integer value. In other words, there should be no “holes” between ranks.

阅读全文 »

Second Highest Salary

发表于 2017-04-27   |   分类于 LeetCode , SQL problems , MySQL

Write a SQL query to get the second highest salary from the Employee table.

阅读全文 »

java.lang.Integer

发表于 2017-03-22   |   分类于 Study Notes , Java Source Code

The Integer class wraps a value of the primitive type int in an object. An object of type Integer contains a single field whose type is int.

阅读全文 »
1234…13
denglyan

denglyan

めざせポケモンマスター

63 日志
31 分类
26 标签
© 2016 - 2018 denglyan
由 Hexo 强力驱动
主题 - NexT.Mist