对于出租的房屋,以租金收入为计税依据的是()。A.以劳务或其他形式作为报酬抵付房租收入的,应根据对于出租的房屋,以租金收入为计税依据的是()。
A. 以劳务或其他形式作为报酬抵付房租收入的,应根据当地同类房产的租金水平,准定一个标准租金额,依率计征
B. 如果纳税人对个人出租的房屋的租金收入申报不实或申报数与同一地面同类房屋的租金收入相比明显不合理的,税务部门可以按照《税收征收管理法》的有关规定,采取科学合理的方法核定其应纳税款。具体办法由省、自治区、直辖市地方税务机关结合当地实际情况制定
C. 对投资联营的房产,在计征房产税时应予以区别对待。对于以房产投资联营,投资者参与投资利润分红,只担风险的,按房产的余值作为计税依据计征房产税
D. 对以房产投资,收取固定收入,不承担联营风险的,实际是以联营名义取得房产税金,应根据暂行条例的有关规定由出租方按租金收入计算缴纳房产税
E. 对融资租赁房屋的情况,由于租赁费包括购进房屋的价款、手续费,借款利息等,与一般房屋出租的“租金”内涵不同,且租赁期满后,当承租方偿还最后一笔租赁费时,房屋产权一般都转移到承租方,实际上是一种变相的分期付款购买固定资产的形式,所以在计征房产税时应以房产余值计算征收。至于租赁期内房产税的纳税人,由当地税务机关根据实际情况确定
查看答案
设在经济特区的某外商独资宾馆其所适用的税率为()。
A. 0.3
B. 0.33
C. 0.24
D. 0.15
某小型企业2004年1月20日向其主管税务机关申报2003年度取得收入总额150万元,发生的直接成本120万元、其他费用 40万元,全年亏损10万元。经税务机关检查,其成本、费用较真实,但收入总额不能准确核算。假定应税所得率为20%,按照核定征收企业所得税办法,该小型企业2004年度应缴纳的企业所得税为()万元。
A. 7.92
B. 9.9
C. 10.56
D. 13.2
《稼轩长短句》的作者是()
A. 辛弃疾
B. 苏轼
C. 李
D. 晏殊
You are the administrator of a SQL Server 2000 computer. The server contains a database named Customers, which is used by a custom client/server application.
The database contains more than 1 million rows. Users report that the database responds slowly when they search for customers by using the application. Users search for customers by scrolling through an alphabetical list of customer names.
You use SQL profiles to capture information about how the application uses the database.
You receive results as shown in the following screen shot.
You need to improve the application’s performance. What should you do?
A. Create additional nonclustered indexes on the CustomerInformation table.
B. Rewrite the application so that it uses a user-defined function to return the customer list.
C. Rewrite the application so that it uses a query with a WHERE clause to search for customer names.
D. Rewrite the application so that is uses a stored procedure to return the customer list.