【题解】Quiz: Many-to-Many Relationships and Python (Using Databases with Python)

吐槽:有点难...= =听了课还是差点没满分...

题目:

1. In the following Python code sequence (assuming cur is a SQLite cursor object),

cur.execute('SELECT count FROM Counts WHERE org = ? ', (org, ))

row = cur.fetchone()

what is the value in row if no rows match the WHERE clause?

A. An empty list

B. None

C. -1

D. An empty dictionary

fetchone() :返回单个的元组,也就是一条记录(row),如果没有结果,则返回None(https://blog.csdn.net/Odaokai/article/details/101026437)。

2. What does the LIMIT clause in the following SQL accomplish?

SELECT org, count FROM Counts

ORDER BY count DESC LIMIT 10

A. It only retrieves the first 10 rows from the table

B. It only sorts on the first 10 characters of the column

C. It reverses the sort order if there are more than 10 rows

D. It avoids reading data from any tabl

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值