Ordonner les Lettres Scrambled SQLVersion en ligne Unscramble these SQL keywords par Arthur Van Houten 1 all the conditions must be TRUE for a record to be displayed D N A 2 limits or filters records retrieved from the database with a condition W H R E E 3 combines information from multiple tables J I O N 4 keyword identifying which keys (Primary Key and/or Foreign Key) to be used with JOIN N O 5 only one of several conditions must be TRUE R O 6 selects a table in the database M F R O 7 simplifies query if a field falls within a known set of values N I 8 means there is nothing in the data field U N L L 9 Selects fields from the database to print out and perform operations on L T E E S C 10 displays records with the same value in the summary rows G U P Y R B O 11 limits or filters responses based on the value of aggregate functions H V G A N I 12 gives us a running total of all the values of a selected numerical field M U S 13 defines how we want the query data sorted O E D Y R B R 14 sorts data in ascending order (default) C S A 15 sorts data in descending order C S D E 16 used to filter out duplicate rows of data C I I T N T S D 17 tells us how many of a selected field there are C U T O N 18 computes the average of a selected numerical field A V R G A E E 19 allows comparisons with portions of the text of the result E I L K 20 converts text to capital letters E R U P P 21 converts text to non-capital letters O R L E W 22 allows us to add a "mask" to our output for better presentation H O _ C T A R 23 allows us to rename our output columns A A L I S