?? ?? ? ??? ??? ???? ???? ??? ???? ??? ???? ? ???? ?????? ?????. SQL? ?? ? ?? ?? ??? ??? ????. Alter Table child_table Add Foreign Key (collect_name) ?? parent_table (collect_name). SQL? ???? ??? ?? ?? ?? ??? ??? ?????. on Delete Cascade, On Delete Set NULL, ON DELETE SET DEFAULT, ON UPDATE CASCADE, ON UPDATE SET NULL, ON
SQL ?? ? ???
?? ??? ??????
?? ?? ? ??? ??? ??? ???? ?????? ?????. ?? ????? ?? ? ?? ???? ??? ???? ?????.
?? ? ??
SQL??? ?? ??? ???? ??? ?? ?? ??? ?? ? ????.
<code class="sql">ALTER TABLE child_table ADD FOREIGN KEY (column_name) REFERENCES parent_table(column_name)</code>
??:
-
child_table
?? ? ?? ?? ? ??????. -
column_name
?child_table
? ?? ? ????. -
parent_table
?? ? 1 ? ? ?? ???? ??????. -
column_name
?parent_table
? ?? ? ????.
?? ? ?? ?? ??
SQL? ?? ??? ?? ?? ?? ??? ?????.
- ?? ????? : ?? ???? ???? ???? ?? ???? ?? ???? ???? ???? ?????.
- ?? ?? NULL : ?? ???? ???? ???? Child ???? ?? ? ?? ???? ??????.
- ?? ?? ????? : ?? ???? ???? ???? ???? ???? ?? ???? ?? ? ?? ????? ?????.
- ???? ????? : ?? ???? ???? ?????? ?? ???? ?? ???? ???? ???? ???????.
- ???? SET NULL : ?? ???? ???? ?????? Child ???? ?? ? ?? ???? ??????.
- ???? ?? ??? : ?? ???? ???? ?????? ???? ???? ?? ???? ?? ? ?? ????? ?????.
?
?? SQL ?? orders
???? customers
??? ??? ?? ?? ????.
<code class="sql">ALTER TABLE orders ADD FOREIGN KEY (customer_id) REFERENCES customers(customer_id) ON DELETE CASCADE</code>
?, orders
Table? customer_id
?? customers
???? customer_id
?? ?? ?????. customers
???? ???? ???? ???? ???? orders
???? ?? ???? ?????.
? ??? SQL ?? ? ???? ???? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

SQL ???????? ?? ??? ?? ?? ???? ??? ?? ???? ?? ?? ? ? ??? ???????? ?? ?? ??? ???? ?????. 1. Information_schema.columns query ?? ??? mysql, postgresql ? sqlserver? ?? ???? SQL ??????? ???? selecttable_name, column_name? ?? ???? wherecolumn_nameke ?? =; 2. ?? ??????? SQLServer? ?? ??? ??? ?? ?? ?? ? ? ??????. Sys.Columns? ???? SYS.TABLES? ???? ??? ?? PostgreSQL? ??? ? ????.

SQL ?????? ?? ? ??? ??? ?? ? ??? ??? ?????? ?? ?????. 1. SSM? ???? ??????? ????? ???? ?? ? ?? ?? ??? ???? ??? ??? ??????. 2. T-SQL ??? ???? ??? ??, ?? ??? ? ?? ??? ?????. 3. ?????? ??? SSMS ?? RestoredAbase ??? ?? ?? ? ? ??? ??? ?? WithReplace ? Single_User ??? ??? ? ????. 4. ?? ??, ?? ???, ???? ??? ?? ?? ?? ?? ???? ??????. ??? ??? ????? ??? ?? ? ???? ???? ????? ?? ? ? ????.

?? ?? ?? ??? ???? ??? ?? ????? ?? ????. 1. ?? ???? ??? ???? ?? ???? ?? ?? ??? ?? ?? ??? ? ??????. 2. ??? ??? ??? ?? ? ? ?? ? ?? ??? ?? ?? ???? ????. 3. ??? ?? ?? ??? ? ?, ?? ?? ??? ? ?? ??? ?? ?? ?? ?????. 4. ?? ???? ???? ???? ?? ??? ??? ? ?? ??? ???? ????? ?? ??? ??? ?? ???? ??????.

sqldialectsdifferinsyntaxandfunctionality.1.stringconcatenationusescoucat () inmysql, || orconcat () inpostgresql ? insqlserver.2.nullhandlingemploysifnull () inmysql, isnull () insqlserver, andcoalesce () commonAcrossall.3.dateFunctionsVary : now (), date_format () i

SQL? NOSQL ??????? ?? ??? ??? ??, ???? ?? ? ??? ?????. 1. ??? ?? ???? SQL? ?? ?? ? ??? ???? ??? ? ???? ???? ?? NOSQL? ??, ? ?, ? ??? ? ???? ?? ??? ??? ???? ????? ?? ???? ?????. 2. ?? ? ????, SQL? ????? ?? ??? ??? ????? ???? ??, NOSQL? ?? ??? ?? ?? ??? ?????. 3. ??? ???? SQL? ?? ?? ?? ???? ???? ?? ???? ??? ??, NOSQL? ?? ?? ??? ???? ???? ?? ???? ?????. 4. ?? ?? ???? SQL? ????? ??? ?? ??? ???? ?? NOSQL ?? ??? ????? SQL?? ???? ????? ????.

acompositeprimarykeyinsqlisaprimarykeycompycompossionswoormorecolumnsthattogetherniqueLificelificeLificeChow.1

? ??? ?? ??? ?? ? ?? ?? ??? ????. 1. ??? ???? ?? ??? ?? ?? ?? ?? ????. ?? ??? ???? ?????. 2. ?? ??? ?? ?? ?? ??? ?? ?? ???? ??? ??? ??? Max? ?????. 3. Dense_Rank ?? Row_Number Window ??? ???? ?? ??? ???? ?? ?????. ??, Ifnull ?? Coalesce? ???? ? ??? ?? ??? ??? ???????.

SQL ???? CTE? ?? ???? ??? ??, ?? ?? ??, ?? ?? ?? ???, ?? ? ? ??? ?? ??? ?????. 1. ??? ?? : ??? ??? ?? ?? ?? ???? ?????? ??? ? ?????. 2. ?? ?? ?? : ?? ? ???? ?? ? ? ??? ? ????, ?? ??? ?????. 3. ?? ?? ??? ?????. ? ?? ?? ??? ???? ???? ??? ???? ??????. 4. ?? ??? ? ??? ?? : ? CTE ??? ??? ???? ?? ? ? ???? ??? ??? ? ????.
