Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はSQLを初めて使用します。従業員が割り当てられているプロジェクト番号を表示するクエリを作成しています。
SELECT PROJ_NUM FROM project WHERE EMP_NUM IS NOT null;
クエリを実行すると、EMP_NUM のパラメーター値を入力するよう求められます。なぜ私はこれを尋ねられるのですか?