Where is the title of the table?
举一反三
- Which one is the title of the second table?
- In the Lancet, the title of the table goes above the table.
- 下面HTML标记中,哪个是表示表格标记:()。 A: <html>…………</html> B: <title>…………</title> C: <table>…………</table> D: <head>…………</head>
- 【单选题】以下哪个 sql 语句表示在 mysql 中创建 book 表,并添加 id 字段和 title 字段? A. create table book{ id varchar(32), title varchar(50) }; B. create table book( id varchar2(32), title varchar2(50) ); C. create table book( id varchar(32), title varchar(50) ); D. create table book[ id varchar(32), title varchar(50) ];
- 下列语句没有语法错误的是()。 A: SELECT * FROM my table WHERE order=10 B: SELECT * FROM [my table] WHERE order=10 C: SELECT * FROM my table WHERE [order]=10 D: SELECT * FROM [my table] WHERE [order]=10