【技能檢定中心】111學年度第2學期ITS、MOS、ACP大會考報名時間自112年3月27日(一)至4月28日(星期五)止,請老師協助轉知有興趣同學相關訊息。
記帳士, 會計師, 多益
Larry Ellison, SQL, ITS, AI(ChatGPT, Perplexity AI), FB當資料庫
Notion當資料庫, Notion AI, Notion網頁
記帳士, 會計師, 多益
Larry Ellison, SQL, ITS, AI(ChatGPT, Perplexity AI), FB當資料庫
Notion當資料庫
2. You are developing a SQL statement to create a data table.
Which two SQL keywords can be used in the CREATE TABLE statement? (Please select 2 answers)
"You are developing a SQL statement to create a data table. "文法結構為何?
這個句子是一個陳述句,用來描述現在正在進行的動作。其文法結構為:
主語:You (你)
謂詞:are developing (正在開發)
受詞:a SQL statement (一個SQL語句)
狀語:to create a data table (用來創建數據表)
可以看出,這個句子主要是在描述主語 "You" 正在進行的動作,即開發一個 SQL 語句。其中,受詞 "a SQL statement" 指明了這個動作的對象,而狀語 "to create a data table" 進一步說明了這個 SQL 語句的目的,即用來創建一個數據表。
Please simplify the following sentences into a few simple sentences:"You are developing a SQL statement to create a data table. Which two SQL keywords can be used in the CREATE TABLE statement? (Please select 2 answers)"
This sentence can be simplified into: "You are creating a SQL statement to make a data table. What are the two SQL keywords that can be used in the CREATE TABLE statement? (Please choose 2 answers)."
"Please simplify the following sentences into a few simple sentences"的文法結構?
4 / 4
這個句子是一個祈使句,用來表達命令、請求或建議。其文法結構為:
主語:you (你)
謂詞:simplify (簡化)
受詞:the following sentences (以下的句子)
狀語:into a few simple sentences (為幾個簡單的句子)
可以將這個句子視為命令句,主語 "you" 指定了動作的執行者,而謂詞 "simplify" 指定了動作的內容。受詞 "the following sentences" 指明了動作的對象,而狀語 "into a few simple sentences" 進一步描述了動作的結果。
什麼是狀語?
狀語(Adverb)是修飾動詞、形容詞、其他副詞或整個句子的詞語,用來表示程度、時間、頻率、方式、原因、結果、地點等等。狀語通常在句子中放在被修飾的詞語之後,可以是單個詞或詞組,例如:
程度:very、extremely、completely
時間:yesterday、now、soon
頻率:often、always、never
方式:slowly、quickly、carefully
原因:therefore、because、since
結果:thus、consequently、accordingly
地點:here、there、everywhere
狀語可以加強語氣、強調某些詞語或提供更多細節,使句子更加豐富和具體。例如:"She sings beautifully" 中的 "beautifully" 就是一個狀語,用來修飾動詞 "sings",表示她的歌唱非常優美。
You are creating a SQL statement to make a data table.
What are the two SQL keywords that can be used in the CREATE TABLE statement? (Please choose 2 answers).
記帳士, 會計師, 多益
Larry Ellison, SQL, ITS, AI(ChatGPT, Perplexity AI), FB當資料庫
Notion當資料庫
B. Stored programs (also known as stored procedures) can be used to store complex SQL statements that can be executed on demand. Stored programs are database objects that contain SQL code that can be called and executed from within other SQL statements or from external applications. They are typically used to encapsulate complex business logic and provide a standardized interface for performing database operations. Stored programs can be created using a variety of programming languages, including SQL, PL/SQL, T-SQL, and others. Once created, they can be called using a simple SQL statement or from within an application, making them a flexible and powerful tool for working with databases.
B. Stored programs are used to store complex SQL statements.
They are executed on demand.
Stored programs are database objects.
They contain SQL code that can be called and executed from within other SQL statements or from external applications. They are typically used to encapsulate complex business logic and provide a standardized interface for performing database operations. Stored programs can be created using a variety of programming languages, including SQL, PL/SQL, T-SQL, and others. Once created, they can be called using a simple SQL statement or from within an application, making them a flexible and powerful tool for working with databases.
記帳士, 會計師, 多益
Larry Ellison, SQL, ITS, AI(ChatGPT, Perplexity AI), FB當資料庫
Notion當資料庫
D1-1 請使用ChatGPT回答以下問題: 誰是Larry Ellison ?
誰是larry ellison ?
Larry Ellison是一位美國企業家和軟件工程師,他是Oracle公司的共同創始人之一。他於1944年出生於紐約市,是一位成功的商人和慈善家,也是美國最富有的人之一。他於2014年退出Oracle的CEO職務,但仍是公司的執行主席和技術總監。
D1-2 請使用Perplexity AI, Bird SQL回答以下問題: 誰是Larry Ellison ?
D
第一個正規化形式要求資料庫必須排除:
複合索引鍵。
重複的資料列。
外部索引鍵。
重複的群組。
D
執行反正規化的目的是要?
減少冗餘。
建立較小的資料表。
消除重複的群組。
善查詢功能。
1003
1003
A
以下關於主鍵與外來鍵的敘述哪些是正確的?
主鍵不能有空值
每個非空值的外來鍵應該有一個對應的主鍵
外鍵一定是主鍵的一部份
主鍵必須是數值
外鍵不能有空值
C
哪個索引鍵可為一識別資料表中的資料列?
外部索引鍵
本機索引鍵
主索引鍵
超級索引鍵(Superkey)
BD
哪個索引鍵會建立兩個資料表的關連性?(每個答案僅提供部分解決方案,請選擇兩個正確答案)
候選索引鍵
外部索引鍵
本機索引鍵
主索引鍵
超級索引鍵
C
哪個條件約束可確保每個客戶ID資料行的值都是唯一的?
相異(DISTINCT)
外部索引鍵
主索引鍵
循序(SEQUENTIAL)
B
您的資料庫中有Department資料表和Employee資料表。
您需要確保員工只能被指派至現有部門。
你應該將什麼套用到Employee資料表?
資料型別
外部索引鍵
索引
主索引鍵
唯一條件約束
A
你有一個Product的資料表,包含一百萬個資料列。你需要使用產品的唯一識別碼在Product資料表中蒐集產品資訊。
什麼可讓此類型的搜尋更有效率?
索引。
觸發程序。
子查詢。
資料指標。
https://zh.wikipedia.org/wiki/%E5%88%97_(%E8%B3%87%E6%96%99%E5%BA%AB)
create table product(id integer primary key, name text, quantity integer);
insert into product values(1234, "Spoon",33);
insert into product values(2615, "Fork",17);
insert into product values(3781, "Plate",20);
insert into product values(4598, "Cup",51);
select * from product;
正規化
Download Python (path路徑要打勾, 路徑改到c:\python310較好找)
cmd
pip list
pip install pandas
XBRL(eXtensible Business Reporting Language)係一種針對商業報告所發展之標記語言,可使各地區或各國家之財務報表有共通語言,提昇企業財務資訊透明度。為因應國際潮流並促使財務資訊國際化,我國資本市場自99年第2季財務報告起採用XBRL格式申報。
XBRL最大的特點是以資料為基礎,具有格式化及高度數據化的特性,可以讓使用者快速的進行資料處理、分析、或視覺化。讓不同企業間的財務比較變的容易許多。
XBRL的作用很廣泛,企業的各種信息,特別是財務信息,都可以通過XBRL在計算機網際網路上有效地進行處理。信息發布者一旦輸入了信息,就無需再次輸入,通過XBRL就可以很方便地轉換成書面文字、PDF文件、HTML頁面或者其他相應的文件格式。而且,通過XBRL獲取到的信息,也無需列印或再次輸入,就可以方便快捷地運用於各種財務分析等領域。
維基百科,自由的百科全書
TWSE
https://www.twse.com.tw/XBRL/about
記帳士, 會計師, 多益
Larry Ellison, SQL, ITS, AI(ChatGPT, Perplexity AI), FB當資料庫
Notion當資料庫