typ 2
This commit is contained in:
		
							parent
							
								
									1b1612b371
								
							
						
					
					
						commit
						7c5b8f997c
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -4,9 +4,9 @@ CREATE TABLE Respondants ( | |||
| 
 | ||||
| CREATE TABLE Answers ( | ||||
|     answerOne INT check (answerOne BETWEEN 1 AND 10), | ||||
|     answerTwo INT (answerTwo BETWEEN 1 AND 10), | ||||
|     answerThree INT (answerThree BETWEEN 1 AND 10), | ||||
|     answerFour INT (answerFour BETWEEN 1 AND 10), | ||||
|     answerTwo INT check (answerTwo BETWEEN 1 AND 10), | ||||
|     answerThree INT check (answerThree BETWEEN 1 AND 10), | ||||
|     answerFour INT check (answerFour BETWEEN 1 AND 10), | ||||
|     name VARCHAR(255), | ||||
|     FOREIGN KEY (name) REFERENCES Respondants(name) | ||||
| ); | ||||
							
								
								
									
										
											BIN
										
									
								
								lab.db3
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lab.db3
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 borean
						borean