oracle--day4(数据建模(E-R图) 范式,实体关系(主外键),ER图中符号的表示,建表 约束 constraint 常用数据类型,特殊建表)
第七章:运行时参数sql语句中的值,我们可以使用一个参数来代替,然后每次运行的时候都可以重新输入这个值例如:selectlast_name,salary,dept_idfroms_empwhereid=&id;selectlast_name,salary,dept_idfroms_empwherelast_name=&name;selectlast_name,salary,dept_idfroms